diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-01-24 15:53:28 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-01-24 15:53:28 +0000 |
commit | 2ef2e388d8ac5902be17ad3f39e86c966048fa08 (patch) | |
tree | 1dde9f416b956aa1f298572f3bd13e0e3a4c1acc /x11-misc/xpad/xpad-1.13.ebuild | |
parent | Mask lablgtk-2.2.0 until bug #39246 is not resolved. (diff) | |
download | historical-2ef2e388d8ac5902be17ad3f39e86c966048fa08.tar.gz historical-2ef2e388d8ac5902be17ad3f39e86c966048fa08.tar.bz2 historical-2ef2e388d8ac5902be17ad3f39e86c966048fa08.zip |
Clean out old versions, apply some cleanups from Michael Terry <mterry@fastmail.fm> in bug 29852.
Diffstat (limited to 'x11-misc/xpad/xpad-1.13.ebuild')
-rw-r--r-- | x11-misc/xpad/xpad-1.13.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-misc/xpad/xpad-1.13.ebuild b/x11-misc/xpad/xpad-1.13.ebuild deleted file mode 100644 index 448c9fa2c948..000000000000 --- a/x11-misc/xpad/xpad-1.13.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-1.13.ebuild,v 1.3 2004/01/05 13:09:50 weeve Exp $ - -IUSE="" - -DESCRIPTION="A GTK+ 2.0 based 'post-it' note system." -HOMEPAGE="http://xpad.sourceforge.net/" -SRC_URI="mirror://sourceforge/xpad/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~sparc ppc" - -DEPEND=">=x11-libs/gtk+-2.0.0" - -src_install () { - make DESTDIR=${D} install || die "Installation failed" - dodoc CHANGES COPYING README TODO -} |