Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
commit: 2e025e6f062af2d483758aa70d5a32e84303c962
Author: Andrew Schenck <galiven <AT> users <DOT> sourceforge <DOT> net>
AuthorDate: Wed Mar 7 19:22:56 2012 +0000
Commit: Andrew Schenck <galiven <AT> users <DOT> sourceforge <DOT> net>
CommitDate: Wed Mar 7 19:22:56 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde-sunset.git;a=commit;h=2e025e6f
[app-portage/kuroo] +kuroo-0.82.2 with fix for overqualified QString constructors.
(Portage version: 2.1.10.49/git/Linux i686, unsigned Manifest commit)
---
app-portage/kuroo/kuroo-0.82.2.ebuild | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/app-portage/kuroo/kuroo-0.82.2.ebuild b/app-portage/kuroo/kuroo-0.82.2.ebuild
new file mode 100644
index 0000000..bcdb568
--- /dev/null
+++ b/app-portage/kuroo/kuroo-0.82.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+ARTS_REQUIRED="never"
+
+inherit kde
+
+DESCRIPTION="KDE frontend to Gentoo Portage"
+HOMEPAGE="http://sourceforge.net/projects/kuroo"
+SRC_URI="mirror://sourceforge/kuroo/${P}.tar.gz
+ mirror://gentoo/kde-admindir-3.5.5.tar.bz2"
+LICENSE="GPL-2"
+
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-db/sqlite"
+
+RDEPEND="${DEPEND}
+ app-portage/gentoolkit
+ kde-misc/kdiff3
+ kde-base/kdesu"
+
+need-kde 3.5
|
|