summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Pranaitis <jens@chaox.net>2010-10-08 17:33:16 +0200
committerJens Pranaitis <jens@chaox.net>2010-10-08 17:33:16 +0200
commit3f54167c7efd1b012f11f4a2c59e531f49358e43 (patch)
tree3b6ddeb1e4dcd208c98ce49b45d4063829e08685
parentremoved a bunch of stuff I don't use anymore (diff)
downloadjensp-3f54167c7efd1b012f11f4a2c59e531f49358e43.tar.gz
jensp-3f54167c7efd1b012f11f4a2c59e531f49358e43.tar.bz2
jensp-3f54167c7efd1b012f11f4a2c59e531f49358e43.zip
added colibri, ebuild by Jean-Francis Roy
-rw-r--r--kde-misc/colibri/Manifest2
-rw-r--r--kde-misc/colibri/colibri-0.2.1.ebuild21
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-misc/colibri/Manifest b/kde-misc/colibri/Manifest
new file mode 100644
index 0000000..6b8552e
--- /dev/null
+++ b/kde-misc/colibri/Manifest
@@ -0,0 +1,2 @@
+DIST 117147-colibri-0.2.1.tar.bz2 25346 RMD160 79c1877c52b05c6460458f5b200d98b13e7804df SHA1 33ce1803c729adeed7dc3ef3ec6a856ba93daba0 SHA256 e419a8de29b3e3fe7e8384c09d8bae6ce6c96d6e387f4b4bdcc6f8b9388969d9
+EBUILD colibri-0.2.1.ebuild 494 RMD160 81aa634e475844644ed2b14f2c1c0f285a1ebdd9 SHA1 454aaf6559ab0050a4346c875e76c39301cbbac9 SHA256 90f8fc7cad2ca46bed722c18b2cff2d036d73a1b7ecf8062b19e3d730a65fb66
diff --git a/kde-misc/colibri/colibri-0.2.1.ebuild b/kde-misc/colibri/colibri-0.2.1.ebuild
new file mode 100644
index 0000000..5f10a7c
--- /dev/null
+++ b/kde-misc/colibri/colibri-0.2.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+inherit kde4-base
+
+KDE_LOOK="117147"
+
+DESCRIPTION="Colibri provides an alternative to KDE4 Plasma notifications."
+HOMEPAGE="http://www.kde-look.org/content/show.php?content=117147"
+SRC_URI="http://www.kde-look.org/CONTENT/content-files/${KDE_LOOK}-${P}.tar.bz2"
+
+LICENSE="GPL"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=kde-base/kdelibs-4.4"
+RDEPEND="${DEPEND}"