summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-04-13 07:53:23 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-04-13 07:53:23 +0000
commit3e5a0fb528bdd9b4f356b1362bb5976f975897fc (patch)
tree7b1f99c474572f7e469d5cdb1c91671365f89698 /x11-misc/xpad
parentsparc + esd build fix. (Manifest recommit) (diff)
downloadgentoo-2-3e5a0fb528bdd9b4f356b1362bb5976f975897fc.tar.gz
gentoo-2-3e5a0fb528bdd9b4f356b1362bb5976f975897fc.tar.bz2
gentoo-2-3e5a0fb528bdd9b4f356b1362bb5976f975897fc.zip
removed the G*DISABLE_DEPRECATED stuff to fix bug #47662; clean out old ebuilds
Diffstat (limited to 'x11-misc/xpad')
-rw-r--r--x11-misc/xpad/ChangeLog6
-rw-r--r--x11-misc/xpad/files/digest-xpad-1.111
-rw-r--r--x11-misc/xpad/files/digest-xpad-1.41
-rw-r--r--x11-misc/xpad/xpad-1.11.ebuild24
-rw-r--r--x11-misc/xpad/xpad-1.13.ebuild20
-rw-r--r--x11-misc/xpad/xpad-1.4.ebuild26
6 files changed, 20 insertions, 58 deletions
diff --git a/x11-misc/xpad/ChangeLog b/x11-misc/xpad/ChangeLog
index 9d2a6a392283..a3cd2135cbbf 100644
--- a/x11-misc/xpad/ChangeLog
+++ b/x11-misc/xpad/ChangeLog
@@ -1,6 +1,10 @@
# 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.24 2004/01/26 15:04:30 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.25 2004/04/13 07:53:22 mr_bones_ Exp $
+
+ 13 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> xpad-1.11.ebuild,
+ xpad-1.13.ebuild, xpad-1.4.ebuild:
+ removed the G*DISABLE_DEPRECATED stuff to fix bug #47662; clean out old ebuilds
26 Jan 2004; <gustavoz@gentoo.org> xpad-1.13.ebuild:
stable on sparc
diff --git a/x11-misc/xpad/files/digest-xpad-1.11 b/x11-misc/xpad/files/digest-xpad-1.11
deleted file mode 100644
index 7b0f4293643e..000000000000
--- a/x11-misc/xpad/files/digest-xpad-1.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 70ffadb6ac44cb46893ff79c23c3f0c0 xpad-1.11.tar.gz 271900
diff --git a/x11-misc/xpad/files/digest-xpad-1.4 b/x11-misc/xpad/files/digest-xpad-1.4
deleted file mode 100644
index 89a4b7dadd04..000000000000
--- a/x11-misc/xpad/files/digest-xpad-1.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d81e7bc4fa6f909d16abd2cd679b9999 xpad-1.4.tgz 32603
diff --git a/x11-misc/xpad/xpad-1.11.ebuild b/x11-misc/xpad/xpad-1.11.ebuild
deleted file mode 100644
index e39636d4332e..000000000000
--- a/x11-misc/xpad/xpad-1.11.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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.6 2004/01/25 17:06:36 tseng Exp $
-
-IUSE=""
-
-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"
-
-src_compile () {
- 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
index 4d41928c29f2..cbd21aa8eee3 100644
--- a/x11-misc/xpad/xpad-1.13.ebuild
+++ b/x11-misc/xpad/xpad-1.13.ebuild
@@ -1,8 +1,6 @@
# 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.7 2004/01/26 15:04:30 gustavoz Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-1.13.ebuild,v 1.8 2004/04/13 07:53:22 mr_bones_ Exp $
DESCRIPTION="A GTK+ 2.0 based 'post-it' note system."
HOMEPAGE="http://xpad.sourceforge.net/"
@@ -11,10 +9,22 @@ SRC_URI="mirror://sourceforge/xpad/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc ppc"
+IUSE=""
-DEPEND=">=x11-libs/gtk+-2.0.0"
+RDEPEND=">=x11-libs/gtk+-2.0.0"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ sed -i \
+ -e 's:-Wall\\:-Wall:' \
+ -e '/DISABLE_DEPRECATED/d' src/Makefile.in \
+ || die "sed failed"
+}
src_install () {
einstall || die
- dodoc AUTHORS ChangeLog COPYING NEWS README TODO
+ dodoc AUTHORS ChangeLog NEWS README TODO
}
diff --git a/x11-misc/xpad/xpad-1.4.ebuild b/x11-misc/xpad/xpad-1.4.ebuild
deleted file mode 100644
index 45d0c06e6805..000000000000
--- a/x11-misc/xpad/xpad-1.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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.4.ebuild,v 1.9 2004/01/24 15:53:28 tseng Exp $
-
-DESCRIPTION="A GTK+ 2.0 based 'post-it' note system."
-HOMEPAGE="http://xpad.sourceforge.net/"
-LICENSE="GPL-2"
-IUSE=""
-SLOT="0"
-KEYWORDS="x86 sparc ppc"
-
-DEPEND=">=x11-libs/gtk+-2.0.0"
-
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-S=${WORKDIR}/${P}
-
-src_compile() {
- emake || die
-}
-
-src_install () {
- einstall || die
-
- dodoc CHANGES COPYING README TODO
-}