diff options
Diffstat (limited to 'x11-misc/alltray/alltray-0.4.0.ebuild')
-rw-r--r-- | x11-misc/alltray/alltray-0.4.0.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-misc/alltray/alltray-0.4.0.ebuild b/x11-misc/alltray/alltray-0.4.0.ebuild deleted file mode 100644 index e3b7c0cb9ec1..000000000000 --- a/x11-misc/alltray/alltray-0.4.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.4.0.ebuild,v 1.2 2005/03/18 21:28:42 swegener Exp $ - -inherit versionator - -MY_P=${PN}-$(delete_version_separator 2) - -DESCRIPTION="Dock any application into the system tray/notification area" -HOMEPAGE="http://alltray.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~amd64" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.4" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S=${WORKDIR}/${MY_P} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - dodoc AUTHORS ChangeLog README || die "dodoc failed" -} |