diff options
-rw-r--r-- | x11-misc/xpad/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xpad/files/digest-xpad-1.1 | 1 | ||||
-rw-r--r-- | x11-misc/xpad/files/digest-xpad-1.2.1 | 1 | ||||
-rw-r--r-- | x11-misc/xpad/files/digest-xpad-1.5.1 | 1 | ||||
-rw-r--r-- | x11-misc/xpad/files/digest-xpad-1.6 | 1 | ||||
-rw-r--r-- | x11-misc/xpad/xpad-1.1.ebuild | 26 | ||||
-rw-r--r-- | x11-misc/xpad/xpad-1.2.1.ebuild | 27 | ||||
-rw-r--r-- | x11-misc/xpad/xpad-1.6.ebuild (renamed from x11-misc/xpad/xpad-1.5.1.ebuild) | 3 |
8 files changed, 10 insertions, 58 deletions
diff --git a/x11-misc/xpad/ChangeLog b/x11-misc/xpad/ChangeLog index 8cbc1ce02ad2..74350687d222 100644 --- a/x11-misc/xpad/ChangeLog +++ b/x11-misc/xpad/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/xpad # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.5 2002/10/19 22:32:47 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.6 2002/10/24 13:45:06 foser Exp $ + +*xpad-1.6 (24 Oct 2002) + + 24 Oct 2002; foser <foser@gentoo.org> xpad-1.6.ebuild : + + New version *xpad-1.5.1 (18 Oct 2002) diff --git a/x11-misc/xpad/files/digest-xpad-1.1 b/x11-misc/xpad/files/digest-xpad-1.1 deleted file mode 100644 index 9e485cf3aab7..000000000000 --- a/x11-misc/xpad/files/digest-xpad-1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b13deff5819f864f8197c57829e40923 xpad-1.1.tar.gz 29560 diff --git a/x11-misc/xpad/files/digest-xpad-1.2.1 b/x11-misc/xpad/files/digest-xpad-1.2.1 deleted file mode 100644 index a77ffe524800..000000000000 --- a/x11-misc/xpad/files/digest-xpad-1.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b9c889c549b8fc0f6590c8a3eb76b60c xpad-1.2.1.tgz 32669 diff --git a/x11-misc/xpad/files/digest-xpad-1.5.1 b/x11-misc/xpad/files/digest-xpad-1.5.1 deleted file mode 100644 index 8bf4044e15d2..000000000000 --- a/x11-misc/xpad/files/digest-xpad-1.5.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 0730121e94dbc85a00efa021b1a600ff xpad-1.5.1.tar.gz 47581 diff --git a/x11-misc/xpad/files/digest-xpad-1.6 b/x11-misc/xpad/files/digest-xpad-1.6 new file mode 100644 index 000000000000..ce1eefbfb013 --- /dev/null +++ b/x11-misc/xpad/files/digest-xpad-1.6 @@ -0,0 +1 @@ +MD5 c113ca8cb2509cbafb885d8e73c1d7b2 xpad-1.6.tar.gz 52942 diff --git a/x11-misc/xpad/xpad-1.1.ebuild b/x11-misc/xpad/xpad-1.1.ebuild deleted file mode 100644 index b5ae29fd3d45..000000000000 --- a/x11-misc/xpad/xpad-1.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-1.1.ebuild,v 1.5 2002/10/20 18:55:28 vapier Exp $ - -DESCRIPTION="A GTK+ 2.0 based 'post-it' note system." -HOMEPAGE="http://xpad.sourceforge.net/" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc sparc64" - -DEPEND=">=x11-libs/gtk+-2.0.0" - -SRC_URI="http://unc.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.gz" - -S=${WORKDIR}/${P} - -src_compile() { - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - - dodoc CHANGES COPYING README TODO -} - diff --git a/x11-misc/xpad/xpad-1.2.1.ebuild b/x11-misc/xpad/xpad-1.2.1.ebuild deleted file mode 100644 index b726bbbd7217..000000000000 --- a/x11-misc/xpad/xpad-1.2.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-1.2.1.ebuild,v 1.4 2002/10/20 18:55:28 vapier Exp $ - -DESCRIPTION="A GTK+ 2.0 based 'post-it' note system." -HOMEPAGE="http://xpad.sourceforge.net/" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc sparc64 ppc" - -DEPEND=">=x11-libs/gtk+-2.0.0" - -SRC_URI="http://unc.dl.sourceforge.net/sourceforge/${PN}/${P}.tgz" - -S=${WORKDIR}/${P} - -src_compile() { - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - - dodoc CHANGES COPYING README TODO -} - - diff --git a/x11-misc/xpad/xpad-1.5.1.ebuild b/x11-misc/xpad/xpad-1.6.ebuild index 81d202c19850..3f419dc09dc6 100644 --- a/x11-misc/xpad/xpad-1.5.1.ebuild +++ b/x11-misc/xpad/xpad-1.6.ebuild @@ -2,11 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: +IUSE="" DESCRIPTION="A GTK+ 2.0 based 'post-it' note system." HOMEPAGE="http://xpad.sourceforge.net/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~sparc64" +KEYWORDS="~x86 ~sparc ~sparc64 ~ppc" DEPEND=">=x11-libs/gtk+-2.0.0" |