summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wever <weeve@gentoo.org>2003-04-07 15:10:37 +0000
committerJason Wever <weeve@gentoo.org>2003-04-07 15:10:37 +0000
commitd8a2d3c4ecef33c1e362e4a70328a22f103a4b42 (patch)
tree226de270200b728b6aff3634fe68db6a439dd7b7 /x11-misc
parent- First ebuild for pyxmms (diff)
downloadgentoo-2-d8a2d3c4ecef33c1e362e4a70328a22f103a4b42.tar.gz
gentoo-2-d8a2d3c4ecef33c1e362e4a70328a22f103a4b42.tar.bz2
gentoo-2-d8a2d3c4ecef33c1e362e4a70328a22f103a4b42.zip
New version.
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xpad/ChangeLog7
-rw-r--r--x11-misc/xpad/files/digest-xpad-1.10.11
-rw-r--r--x11-misc/xpad/xpad-1.10.1.ebuild27
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
+}