diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-03-09 20:40:41 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-03-09 20:40:41 +0000 |
commit | 2f54fcac5a68473ea9ea7808fffd254551a3e335 (patch) | |
tree | 58ef91c00b7ef1e83d4c006e45a443bf26fa9e2c /x11-misc/xpad | |
parent | stable on alpha (diff) | |
download | gentoo-2-2f54fcac5a68473ea9ea7808fffd254551a3e335.tar.gz gentoo-2-2f54fcac5a68473ea9ea7808fffd254551a3e335.tar.bz2 gentoo-2-2f54fcac5a68473ea9ea7808fffd254551a3e335.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.9.1 | 1 | ||||
-rw-r--r-- | x11-misc/xpad/xpad-1.9.1.ebuild | 27 |
3 files changed, 34 insertions, 1 deletions
diff --git a/x11-misc/xpad/ChangeLog b/x11-misc/xpad/ChangeLog index 38285877ff41..421896e1c589 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.11 2003/02/12 09:33:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.12 2003/03/09 20:38:33 aliz Exp $ + +*xpad-1.9.1 (09 Mar 2003) + + 09 Mar 2003; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/x11-misc/xpad/files/digest-xpad-1.9.1 b/x11-misc/xpad/files/digest-xpad-1.9.1 new file mode 100644 index 000000000000..48163e8b36d9 --- /dev/null +++ b/x11-misc/xpad/files/digest-xpad-1.9.1 @@ -0,0 +1 @@ +MD5 05e52fe86f421ea4c770e8480cb40d4f xpad-1.9.1.tar.gz 293320 diff --git a/x11-misc/xpad/xpad-1.9.1.ebuild b/x11-misc/xpad/xpad-1.9.1.ebuild new file mode 100644 index 000000000000..ac09ec7ec32b --- /dev/null +++ b/x11-misc/xpad/xpad-1.9.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 +} |