summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-06 19:14:54 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-06 19:14:54 +0000
commite01528ec47d058d694787667838a8b3f13160e66 (patch)
treec2c0d6743cb967aa155af2e255a3b569ff4ecbec /x11-misc/alltray
parentRemove unused moz flags (diff)
downloadhistorical-e01528ec47d058d694787667838a8b3f13160e66.tar.gz
historical-e01528ec47d058d694787667838a8b3f13160e66.tar.bz2
historical-e01528ec47d058d694787667838a8b3f13160e66.zip
Version bump.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-misc/alltray')
-rw-r--r--x11-misc/alltray/ChangeLog7
-rw-r--r--x11-misc/alltray/Manifest10
-rw-r--r--x11-misc/alltray/alltray-0.60.ebuild30
-rw-r--r--x11-misc/alltray/files/digest-alltray-0.601
4 files changed, 43 insertions, 5 deletions
diff --git a/x11-misc/alltray/ChangeLog b/x11-misc/alltray/ChangeLog
index ab491316d9ac..e813be7f7325 100644
--- a/x11-misc/alltray/ChangeLog
+++ b/x11-misc/alltray/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/alltray
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/ChangeLog,v 1.12 2005/07/04 23:24:20 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/ChangeLog,v 1.13 2005/07/06 19:14:54 swegener Exp $
+
+*alltray-0.60 (06 Jul 2005)
+
+ 06 Jul 2005; Sven Wegener <swegener@gentoo.org> +alltray-0.60.ebuild:
+ Version bump.
*alltray-0.55 (04 Jul 2005)
diff --git a/x11-misc/alltray/Manifest b/x11-misc/alltray/Manifest
index f02934f0ff68..9a8f2870a92c 100644
--- a/x11-misc/alltray/Manifest
+++ b/x11-misc/alltray/Manifest
@@ -1,18 +1,20 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 b80f77029b320d6c051cec53a7c26861 ChangeLog 1964
+MD5 e0e9ec9c1b38a8ef54830c46635bdb7e ChangeLog 2082
MD5 d6ec2b28cce2e9c71331bbdf0737400a alltray-0.5.1.ebuild 736
MD5 1396312b35b4577b85f2c8b69953717e alltray-0.54.ebuild 818
MD5 f35df00de73a8dc87277032d9d34d4e9 alltray-0.55.ebuild 818
+MD5 4030a0a8c929b56ab1a0db7103f52c3a alltray-0.60.ebuild 818
MD5 5440c7ffb33c32f7582fbc94af0f0b78 files/digest-alltray-0.5.1 64
MD5 06d7fb4c3de598a259d3bb830edc7f05 files/digest-alltray-0.54 64
MD5 ca0215c8513074865220853fcf851d6a files/digest-alltray-0.55 64
+MD5 82ca508352d439bb26aab8f2acac7c7c files/digest-alltray-0.60 64
MD5 9212eb629264546c8d7fcd6e2563073a metadata.xml 596
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCycUzI1lqEGTUzyQRAn4XAKDcp0gwht0enCMV/vsW3M/3lfJAzACguaT6
-gLCafColCRqsjNMEgd7LG4w=
-=M6AR
+iD8DBQFCzC3MI1lqEGTUzyQRAn1NAKDWvEPlsvibq2jTeDtQNnpt9JXdsgCgsw56
+WOcJbfvp4e98srU5Z7GAyps=
+=IH+Y
-----END PGP SIGNATURE-----
diff --git a/x11-misc/alltray/alltray-0.60.ebuild b/x11-misc/alltray/alltray-0.60.ebuild
new file mode 100644
index 000000000000..128b2e6790e7
--- /dev/null
+++ b/x11-misc/alltray/alltray-0.60.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/alltray-0.60.ebuild,v 1.1 2005/07/06 19:14:54 swegener Exp $
+
+inherit flag-o-matic
+
+DESCRIPTION="Dock any application into the system tray/notification area"
+HOMEPAGE="http://alltray.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-2.4"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_compile() {
+ append-flags -DLIBDIR="'\"/usr/$(get_libdir)\"'"
+
+ econf || die "econf failed"
+ emake X_CFLAGS="-fPIC" || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS ChangeLog README || die "dodoc failed"
+}
diff --git a/x11-misc/alltray/files/digest-alltray-0.60 b/x11-misc/alltray/files/digest-alltray-0.60
new file mode 100644
index 000000000000..d17e9a2c5922
--- /dev/null
+++ b/x11-misc/alltray/files/digest-alltray-0.60
@@ -0,0 +1 @@
+MD5 4ed19d2787bc36c25245c3a29bce2b76 alltray-0.60.tar.gz 360709