summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Hale <tseng@gentoo.org>2004-01-25 14:29:23 +0000
committerBrandon Hale <tseng@gentoo.org>2004-01-25 14:29:23 +0000
commiteb0b4df24120d7978754da1f16ad7f2c13745159 (patch)
treeff8ff9103ca9e4a16354c76f3d3057654326a289 /x11-misc
parentUpdate version. (diff)
downloadhistorical-eb0b4df24120d7978754da1f16ad7f2c13745159.tar.gz
historical-eb0b4df24120d7978754da1f16ad7f2c13745159.tar.bz2
historical-eb0b4df24120d7978754da1f16ad7f2c13745159.zip
1.13 stable on x86
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xpad/ChangeLog8
-rw-r--r--x11-misc/xpad/Manifest6
-rw-r--r--x11-misc/xpad/files/digest-xpad-1.111
-rw-r--r--x11-misc/xpad/files/digest-xpad-1.131
-rw-r--r--x11-misc/xpad/xpad-1.11.ebuild26
-rw-r--r--x11-misc/xpad/xpad-1.13.ebuild26
6 files changed, 66 insertions, 2 deletions
diff --git a/x11-misc/xpad/ChangeLog b/x11-misc/xpad/ChangeLog
index 38d1c3d88c7a..6ffc2b962048 100644
--- a/x11-misc/xpad/ChangeLog
+++ b/x11-misc/xpad/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/xpad
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.21 2004/01/24 15:53:28 tseng Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.22 2004/01/25 14:29:23 tseng Exp $
+
+*xpad-1.13 (25 Jan 2004)
+
+ 25 Jan 2004; Brandon Hale <tseng@gentoo.org> xpad-1.11.ebuild,
+ xpad-1.13.ebuild:
+ 1.13 stable on x86
24 Jan 2004; Brandon Hale <tseng@gentoo.org> xpad-1.10.1.ebuild,
xpad-1.11.ebuild, xpad-1.12.ebuild, xpad-1.13.ebuild, xpad-1.4.ebuild:
diff --git a/x11-misc/xpad/Manifest b/x11-misc/xpad/Manifest
index a3026a093a92..9c2549d1269a 100644
--- a/x11-misc/xpad/Manifest
+++ b/x11-misc/xpad/Manifest
@@ -1,4 +1,8 @@
-MD5 d50af520ad06fd8e8d418a2364a1fc14 ChangeLog 3216
+MD5 55e6e7d8fb343305ce344b173b1e2491 ChangeLog 3349
MD5 ee59d45763bc0908b7ce3210b94b3f11 xpad-1.4.ebuild 576
+MD5 8fafae543e19e323f0723ee696512c30 xpad-1.11.ebuild 640
+MD5 924474162a2552880d913974179ebcfc xpad-1.13.ebuild 641
MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166
+MD5 9940a17c9318fe6601e2de9c4950d372 files/digest-xpad-1.11 61
+MD5 d0f0a44ba012c5a3d6863afb093890d7 files/digest-xpad-1.13 62
MD5 a0fc6fbcbc7dd9ba4b7de7756a1ff6f9 files/digest-xpad-1.4 56
diff --git a/x11-misc/xpad/files/digest-xpad-1.11 b/x11-misc/xpad/files/digest-xpad-1.11
new file mode 100644
index 000000000000..7b0f4293643e
--- /dev/null
+++ b/x11-misc/xpad/files/digest-xpad-1.11
@@ -0,0 +1 @@
+MD5 70ffadb6ac44cb46893ff79c23c3f0c0 xpad-1.11.tar.gz 271900
diff --git a/x11-misc/xpad/files/digest-xpad-1.13 b/x11-misc/xpad/files/digest-xpad-1.13
new file mode 100644
index 000000000000..728f02a4ae6a
--- /dev/null
+++ b/x11-misc/xpad/files/digest-xpad-1.13
@@ -0,0 +1 @@
+MD5 8b844f8a3c0cdc930162683aaeaca28e xpad-1.13.tar.bz2 241676
diff --git a/x11-misc/xpad/xpad-1.11.ebuild b/x11-misc/xpad/xpad-1.11.ebuild
new file mode 100644
index 000000000000..994dcb7f2582
--- /dev/null
+++ b/x11-misc/xpad/xpad-1.11.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-1.11.ebuild,v 1.5 2004/01/25 14:29:23 tseng Exp $
+
+IUSE="nls"
+
+DESCRIPTION="A GTK+ 2.0 based 'post-it' note system."
+HOMEPAGE="http://xpad.sourceforge.net/"
+SRC_URI="mirror://sourceforge/xpad/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 sparc ~ppc"
+
+DEPEND=">=x11-libs/gtk+-2.0.0
+ nls? ( sys-devel/gettext )"
+
+src_compile () {
+ econf `use_enable nls` || die
+ emake || die
+}
+
+src_install () {
+ einstall || die
+ dodoc AUTHORS ChangeLog COPYING NEWS README TODO
+}
diff --git a/x11-misc/xpad/xpad-1.13.ebuild b/x11-misc/xpad/xpad-1.13.ebuild
new file mode 100644
index 000000000000..1907fa0b6fc4
--- /dev/null
+++ b/x11-misc/xpad/xpad-1.13.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-1.13.ebuild,v 1.5 2004/01/25 14:29:23 tseng Exp $
+
+IUSE="nls"
+
+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
+ nls? ( sys-devel/gettext )"
+
+src_compile () {
+ econf `use_enable nls` || die
+ emake || die
+}
+
+src_install () {
+ einstall || die
+ dodoc AUTHORS ChangeLog COPYING NEWS README TODO
+}