summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Perier <mrpouet@gentoo.org>2009-11-01 16:00:05 +0000
committerRomain Perier <mrpouet@gentoo.org>2009-11-01 16:00:05 +0000
commit4000e2ed5fb39f91147c19170ca3b0f38918a4da (patch)
treeee58656d69f285c39232d8f98dcf564749d9b68a /dev-libs/libindicator/libindicator-0.2.1.ebuild
parentppc stable #290862 (diff)
downloadhistorical-4000e2ed5fb39f91147c19170ca3b0f38918a4da.tar.gz
historical-4000e2ed5fb39f91147c19170ca3b0f38918a4da.tar.bz2
historical-4000e2ed5fb39f91147c19170ca3b0f38918a4da.zip
Version bump
Package-Manager: portage-2.2_rc48/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/libindicator/libindicator-0.2.1.ebuild')
-rw-r--r--dev-libs/libindicator/libindicator-0.2.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-libs/libindicator/libindicator-0.2.1.ebuild b/dev-libs/libindicator/libindicator-0.2.1.ebuild
new file mode 100644
index 000000000000..a543fb7f5d6d
--- /dev/null
+++ b/dev-libs/libindicator/libindicator-0.2.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicator/libindicator-0.2.1.ebuild,v 1.1 2009/11/01 16:00:05 mrpouet Exp $
+
+GCONF_DEBUG=no
+inherit gnome2
+
+DESCRIPTION="A set of symbols and convience functions that all indicators would like to use"
+HOMEPAGE="http://launchpad.net/libindicator/"
+SRC_URI="http://launchpad.net/${PN}/0.2/${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="!<gnome-extra/indicator-applet-0.2"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ DOCS="AUTHORS"
+ G2CONF="--disable-dependency-tracking"
+}