summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarim Ryde <info@kuroo.org>2007-09-13 13:44:01 +0000
committerKarim Ryde <info@kuroo.org>2007-09-13 13:44:01 +0000
commitde7b6cdb318c5cceeb03cab0fe54670a8b2bf931 (patch)
tree4733dc830ed1154839bc6571e85f8f2cdd72256e /app-portage/kuroolito/kuroolito-0.10.1.ebuild
parentnet-news/nrss: Version bump to 0.3.2 (diff)
downloadsunrise-de7b6cdb318c5cceeb03cab0fe54670a8b2bf931.tar.gz
sunrise-de7b6cdb318c5cceeb03cab0fe54670a8b2bf931.tar.bz2
sunrise-de7b6cdb318c5cceeb03cab0fe54670a8b2bf931.zip
app-portage/kuroolito: New Ebuild for bug 192007 thanks to karye
svn path=/sunrise/; revision=4620
Diffstat (limited to 'app-portage/kuroolito/kuroolito-0.10.1.ebuild')
-rw-r--r--app-portage/kuroolito/kuroolito-0.10.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-portage/kuroolito/kuroolito-0.10.1.ebuild b/app-portage/kuroolito/kuroolito-0.10.1.ebuild
new file mode 100644
index 000000000..d7850c8d2
--- /dev/null
+++ b/app-portage/kuroolito/kuroolito-0.10.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit kde
+
+DESCRIPTION="A KDE Portage browser"
+HOMEPAGE="http://kuroo.org"
+SRC_URI="http://files.kuroo.org/${P}.tar.bz2"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="debug"
+
+pkg_postinst() {
+ elog "Kuroolito requires the portage sqlite module to work. See http://gentoo-wiki.com/TIP_speed_up_portage_with_sqlite"
+ elog "You must uncomment line 'portdbapi.auxdbmodule = cache.sqlite.database' in /etc/portage/modules"
+ elog "Remember to run 'emerge --regen' to update Portage cache after each sync"
+}
+
+need-kde 3.5