summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-06-05 17:51:53 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-06-05 17:51:53 +0000
commit0c9f03dffd4ade0d9d295ab3de9dd7e149b7deb1 (patch)
treee150bb58e81d4a73e2aab0c82e5f6fa363b4373c /x11-misc/peksystray
parentFixed eutils inheritance as we use epatch. (diff)
downloadgentoo-2-0c9f03dffd4ade0d9d295ab3de9dd7e149b7deb1.tar.gz
gentoo-2-0c9f03dffd4ade0d9d295ab3de9dd7e149b7deb1.tar.bz2
gentoo-2-0c9f03dffd4ade0d9d295ab3de9dd7e149b7deb1.zip
Version bump, see bug #132552.
(Portage version: 2.1_rc4-r2)
Diffstat (limited to 'x11-misc/peksystray')
-rw-r--r--x11-misc/peksystray/ChangeLog8
-rw-r--r--x11-misc/peksystray/files/digest-peksystray-0.3.03
-rw-r--r--x11-misc/peksystray/peksystray-0.3.0.ebuild30
3 files changed, 40 insertions, 1 deletions
diff --git a/x11-misc/peksystray/ChangeLog b/x11-misc/peksystray/ChangeLog
index bc5b5ae36a1f..b33324c90095 100644
--- a/x11-misc/peksystray/ChangeLog
+++ b/x11-misc/peksystray/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/peksystray
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/ChangeLog,v 1.12 2006/02/11 11:22:28 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/ChangeLog,v 1.13 2006/06/05 17:51:53 nelchael Exp $
+
+*peksystray-0.3.0 (05 Jun 2006)
+
+ 05 Jun 2006; Krzysiek Pawlik <nelchael@gentoo.org>
+ +peksystray-0.3.0.ebuild:
+ Version bump, see bug #132552.
11 Feb 2006; Krzysiek Pawlik <nelchael@gentoo.org>
-files/peksystray-gcc3-mlsl.diff, -peksystray-0.2.ebuild,
diff --git a/x11-misc/peksystray/files/digest-peksystray-0.3.0 b/x11-misc/peksystray/files/digest-peksystray-0.3.0
new file mode 100644
index 000000000000..0cb4796b0f3a
--- /dev/null
+++ b/x11-misc/peksystray/files/digest-peksystray-0.3.0
@@ -0,0 +1,3 @@
+MD5 745835b1a6f1bad21535434bab9fde39 peksystray-0.3.0.tar.gz 71344
+RMD160 3293cacb5f2e901892556710064ac808b9c72ab6 peksystray-0.3.0.tar.gz 71344
+SHA256 89a1fdabee7ae9fdc079b0aee79ecade2d41438d2f41a321f1df5492d6e22ee5 peksystray-0.3.0.tar.gz 71344
diff --git a/x11-misc/peksystray/peksystray-0.3.0.ebuild b/x11-misc/peksystray/peksystray-0.3.0.ebuild
new file mode 100644
index 000000000000..8583bfc03b4a
--- /dev/null
+++ b/x11-misc/peksystray/peksystray-0.3.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/peksystray-0.3.0.ebuild,v 1.1 2006/06/05 17:51:53 nelchael Exp $
+
+DESCRIPTION="A system tray dockapp for window managers supporting docking"
+HOMEPAGE="http://sourceforge.net/projects/peksystray/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND="|| ( (
+ x11-libs/libXt
+ x11-libs/libX11 )
+ virtual/x11 )"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ econf --x-libraries=/usr/lib || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+
+ dobin src/peksystray
+ dodoc AUTHORS NEWS README THANKS TODO
+
+}