summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Hale <tseng@gentoo.org>2004-01-25 17:06:36 +0000
committerBrandon Hale <tseng@gentoo.org>2004-01-25 17:06:36 +0000
commitf23ee83b25a5e7de036a7d9a2b1785f3713d0589 (patch)
tree6e1e5fb21c3f8b8f195197cd2b58ec91e02b6810 /x11-misc/xpad
parentAdded a small patch to fix compilation on system which have nptl built into g... (diff)
downloadhistorical-f23ee83b25a5e7de036a7d9a2b1785f3713d0589.tar.gz
historical-f23ee83b25a5e7de036a7d9a2b1785f3713d0589.tar.bz2
historical-f23ee83b25a5e7de036a7d9a2b1785f3713d0589.zip
remove IUSE='nls'
Diffstat (limited to 'x11-misc/xpad')
-rw-r--r--x11-misc/xpad/ChangeLog7
-rw-r--r--x11-misc/xpad/Manifest6
-rw-r--r--x11-misc/xpad/xpad-1.11.ebuild8
-rw-r--r--x11-misc/xpad/xpad-1.13.ebuild12
4 files changed, 15 insertions, 18 deletions
diff --git a/x11-misc/xpad/ChangeLog b/x11-misc/xpad/ChangeLog
index 6ffc2b962048..6dba58ce0673 100644
--- a/x11-misc/xpad/ChangeLog
+++ b/x11-misc/xpad/ChangeLog
@@ -1,6 +1,11 @@
# 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.22 2004/01/25 14:29:23 tseng Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.23 2004/01/25 17:06:36 tseng Exp $
+
+ 25 Jan 2004; Brandon Hale <tseng@gentoo.org> xpad-1.11.ebuild,
+ xpad-1.13.ebuild:
+ Remove IUSE="nls", as NLS works, but disabling it is broken in upstream.
+ I hope this is the last I see of this bug..
*xpad-1.13 (25 Jan 2004)
diff --git a/x11-misc/xpad/Manifest b/x11-misc/xpad/Manifest
index 9c2549d1269a..0f1e388d6100 100644
--- a/x11-misc/xpad/Manifest
+++ b/x11-misc/xpad/Manifest
@@ -1,7 +1,7 @@
-MD5 55e6e7d8fb343305ce344b173b1e2491 ChangeLog 3349
+MD5 da8a282d699eaaa26b8dd202ba429677 ChangeLog 3556
MD5 ee59d45763bc0908b7ce3210b94b3f11 xpad-1.4.ebuild 576
-MD5 8fafae543e19e323f0723ee696512c30 xpad-1.11.ebuild 640
-MD5 924474162a2552880d913974179ebcfc xpad-1.13.ebuild 641
+MD5 719e78a7ef1c0922eb40f0e02a5dd72e xpad-1.11.ebuild 577
+MD5 153d1f47706b1d03c330b3d43a6dde6c xpad-1.13.ebuild 544
MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166
MD5 9940a17c9318fe6601e2de9c4950d372 files/digest-xpad-1.11 61
MD5 d0f0a44ba012c5a3d6863afb093890d7 files/digest-xpad-1.13 62
diff --git a/x11-misc/xpad/xpad-1.11.ebuild b/x11-misc/xpad/xpad-1.11.ebuild
index 994dcb7f2582..e39636d4332e 100644
--- a/x11-misc/xpad/xpad-1.11.ebuild
+++ b/x11-misc/xpad/xpad-1.11.ebuild
@@ -1,8 +1,8 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-1.11.ebuild,v 1.6 2004/01/25 17:06:36 tseng Exp $
-IUSE="nls"
+IUSE=""
DESCRIPTION="A GTK+ 2.0 based 'post-it' note system."
HOMEPAGE="http://xpad.sourceforge.net/"
@@ -12,11 +12,9 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc ~ppc"
-DEPEND=">=x11-libs/gtk+-2.0.0
- nls? ( sys-devel/gettext )"
+DEPEND=">=x11-libs/gtk+-2.0.0"
src_compile () {
- econf `use_enable nls` || die
emake || die
}
diff --git a/x11-misc/xpad/xpad-1.13.ebuild b/x11-misc/xpad/xpad-1.13.ebuild
index 1907fa0b6fc4..aff189638e18 100644
--- a/x11-misc/xpad/xpad-1.13.ebuild
+++ b/x11-misc/xpad/xpad-1.13.ebuild
@@ -1,8 +1,8 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-1.13.ebuild,v 1.6 2004/01/25 17:06:36 tseng Exp $
-IUSE="nls"
+IUSE=""
DESCRIPTION="A GTK+ 2.0 based 'post-it' note system."
HOMEPAGE="http://xpad.sourceforge.net/"
@@ -12,13 +12,7 @@ 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
-}
+DEPEND=">=x11-libs/gtk+-2.0.0"
src_install () {
einstall || die