summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-10-06 07:00:33 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-10-06 07:00:33 +0000
commit9660db4b600c52e35102ade364c9c20d3c9be255 (patch)
tree64f3f10d8e5650a6ed29f6e40069976437efce71 /x11-misc
parentversion bump (diff)
downloadgentoo-2-9660db4b600c52e35102ade364c9c20d3c9be255.tar.gz
gentoo-2-9660db4b600c52e35102ade364c9c20d3c9be255.tar.bz2
gentoo-2-9660db4b600c52e35102ade364c9c20d3c9be255.zip
version bump
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xpad/ChangeLog7
-rw-r--r--x11-misc/xpad/Manifest4
-rw-r--r--x11-misc/xpad/files/digest-xpad-1.121
-rw-r--r--x11-misc/xpad/xpad-1.12.ebuild20
4 files changed, 29 insertions, 3 deletions
diff --git a/x11-misc/xpad/ChangeLog b/x11-misc/xpad/ChangeLog
index 319eb83798de..e4c1b70fecdc 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.15 2003/09/23 01:19:07 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.16 2003/10/06 07:00:29 aliz Exp $
+
+*xpad-1.12 (06 Oct 2003)
+
+ 06 Oct 2003; Daniel Ahlberg <aliz@gentoo.org> xpad-1.12.ebuild:
+ Version bump
*xpad-1.11 (23 Sep 2003)
diff --git a/x11-misc/xpad/Manifest b/x11-misc/xpad/Manifest
index 4830c8784325..42dbac74eded 100644
--- a/x11-misc/xpad/Manifest
+++ b/x11-misc/xpad/Manifest
@@ -1,6 +1,6 @@
-MD5 4430b9e17ea0cbd430f164dc1bbacf49 ChangeLog 2318
+MD5 d9ffec70eb3c8ae16e845709b91cef3c ChangeLog 2425
MD5 5dc2d6a307ec7b8c44ab32665d4fa983 xpad-1.4.ebuild 588
-MD5 288a970773ecc6cc7b204a13a0f79b36 xpad-1.12.ebuild 570
+MD5 c90f1ded62851681f75f5011e1529e35 xpad-1.12.ebuild 569
MD5 3557f67013c8833e66d5e78c808d43bc xpad-1.10.1.ebuild 573
MD5 94a52e1f4697a0b06bacafc848271b8e xpad-1.11.ebuild 569
MD5 a0fc6fbcbc7dd9ba4b7de7756a1ff6f9 files/digest-xpad-1.4 56
diff --git a/x11-misc/xpad/files/digest-xpad-1.12 b/x11-misc/xpad/files/digest-xpad-1.12
new file mode 100644
index 000000000000..90f4df472011
--- /dev/null
+++ b/x11-misc/xpad/files/digest-xpad-1.12
@@ -0,0 +1 @@
+MD5 8d6e2df53948ee8c6573e2d5862561f8 xpad-1.12.tar.bz2 238411
diff --git a/x11-misc/xpad/xpad-1.12.ebuild b/x11-misc/xpad/xpad-1.12.ebuild
new file mode 100644
index 000000000000..584300765ca4
--- /dev/null
+++ b/x11-misc/xpad/xpad-1.12.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-1.12.ebuild,v 1.1 2003/10/06 07:00:29 aliz Exp $
+
+IUSE=""
+
+DESCRIPTION="A GTK+ 2.0 based 'post-it' note system."
+HOMEPAGE="http://xpad.sourceforge.net/"
+SRC_URI="mirror://sourceforge/xpad/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~ppc"
+
+DEPEND=">=x11-libs/gtk+-2.0.0"
+
+src_install () {
+ make DESTDIR=${D} install || die "Installation failed"
+ dodoc CHANGES COPYING README TODO
+}