diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-18 08:57:25 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-18 08:57:25 +0000 |
commit | 5201a703eadc6e3bad4e750ad44d28baa0176a71 (patch) | |
tree | 917e061f378f2049d47e3429142d8c27362abc3e /x11-misc/xpad | |
parent | Version bump. (diff) | |
download | gentoo-2-5201a703eadc6e3bad4e750ad44d28baa0176a71.tar.gz gentoo-2-5201a703eadc6e3bad4e750ad44d28baa0176a71.tar.bz2 gentoo-2-5201a703eadc6e3bad4e750ad44d28baa0176a71.zip |
Version bump.
Diffstat (limited to 'x11-misc/xpad')
-rw-r--r-- | x11-misc/xpad/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xpad/files/digest-xpad-1.5.1 | 1 | ||||
-rw-r--r-- | x11-misc/xpad/xpad-1.5.1.ebuild | 27 |
3 files changed, 34 insertions, 1 deletions
diff --git a/x11-misc/xpad/ChangeLog b/x11-misc/xpad/ChangeLog index 2c3885259b8f..79affd6fafd9 100644 --- a/x11-misc/xpad/ChangeLog +++ b/x11-misc/xpad/ChangeLog @@ -1,6 +1,11 @@ # 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.3 2002/08/12 09:07:57 cybersystem Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.4 2002/10/18 08:57:25 aliz Exp $ + +*xpad-1.5.1 (18 Oct 2002) + + 18 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> xpad-1.5.1.ebuild : + Version bump, found by Michael Terry <msterry@student.umass.edu> in #6900. * xpad-1.4 (12 August 2002) diff --git a/x11-misc/xpad/files/digest-xpad-1.5.1 b/x11-misc/xpad/files/digest-xpad-1.5.1 new file mode 100644 index 000000000000..8bf4044e15d2 --- /dev/null +++ b/x11-misc/xpad/files/digest-xpad-1.5.1 @@ -0,0 +1 @@ +MD5 0730121e94dbc85a00efa021b1a600ff xpad-1.5.1.tar.gz 47581 diff --git a/x11-misc/xpad/xpad-1.5.1.ebuild b/x11-misc/xpad/xpad-1.5.1.ebuild new file mode 100644 index 000000000000..74dedfdde83f --- /dev/null +++ b/x11-misc/xpad/xpad-1.5.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2002 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/" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc ~sparc64" + +DEPEND=">=x11-libs/gtk+-2.0.0" +RDEPEND="${DEPEND}" + +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +S=${WORKDIR}/${P} + +src_compile() { + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + + dodoc CHANGES COPYING README TODO +} + |