diff options
author | Jason Wever <weeve@gentoo.org> | 2003-04-07 15:10:37 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-04-07 15:10:37 +0000 |
commit | ba36bf16d72fc27597ac4f14d0073307d7a20373 (patch) | |
tree | 2a9f64fbbfc1bfd5d6f0a9ebc6ba10cbcfeabdf6 /x11-misc/xpad | |
parent | - First ebuild for pyxmms (diff) | |
download | historical-ba36bf16d72fc27597ac4f14d0073307d7a20373.tar.gz historical-ba36bf16d72fc27597ac4f14d0073307d7a20373.tar.bz2 historical-ba36bf16d72fc27597ac4f14d0073307d7a20373.zip |
New version.
Diffstat (limited to 'x11-misc/xpad')
-rw-r--r-- | x11-misc/xpad/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xpad/files/digest-xpad-1.10.1 | 1 | ||||
-rw-r--r-- | x11-misc/xpad/xpad-1.10.1.ebuild | 27 |
3 files changed, 34 insertions, 1 deletions
diff --git a/x11-misc/xpad/ChangeLog b/x11-misc/xpad/ChangeLog index 421896e1c589..c8c9bda917f8 100644 --- a/x11-misc/xpad/ChangeLog +++ b/x11-misc/xpad/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/xpad # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.12 2003/03/09 20:38:33 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.13 2003/04/07 15:10:37 weeve Exp $ + +*xpad-1.10.1 (07 Apr 2003) + + 07 Apr 2003; Jason Wever <weeve@gentoo.org> xpad-1.10.1.ebuild: + New version. *xpad-1.9.1 (09 Mar 2003) diff --git a/x11-misc/xpad/files/digest-xpad-1.10.1 b/x11-misc/xpad/files/digest-xpad-1.10.1 new file mode 100644 index 000000000000..03a2398cf8bd --- /dev/null +++ b/x11-misc/xpad/files/digest-xpad-1.10.1 @@ -0,0 +1 @@ +MD5 56d9c05c4bf0184922e380ae1353a4a3 xpad-1.10.1.tar.gz 293749 diff --git a/x11-misc/xpad/xpad-1.10.1.ebuild b/x11-misc/xpad/xpad-1.10.1.ebuild new file mode 100644 index 000000000000..ac09ec7ec32b --- /dev/null +++ b/x11-misc/xpad/xpad-1.10.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: + +DESCRIPTION="A GTK+ 2.0 based 'post-it' note system." +HOMEPAGE="http://xpad.sourceforge.net/" +IUSE="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc ~ppc" + +DEPEND=">=x11-libs/gtk+-2.0.0" + +SRC_URI="mirror://sourceforge/xpad/${P}.tar.gz" + +S=${WORKDIR}/${P} + +src_compile() { + econf || die + emake || die "Compilation failed" +} + +src_install () { + make DESTDIR=${D} install || die "Installation failed" + + dodoc CHANGES COPYING README TODO +} |