summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-03-10 22:56:27 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-03-10 22:56:27 +0000
commitba5ab1282f7f706f65a21610fdd1a73fdb3c2270 (patch)
treef85a614bc1afaaec5f9af4bab2e3d38fd2fb3d2c /dev-util
parentFix building with libpng14 wrt #308891 by Locke Shinseiko. (diff)
downloadgentoo-2-ba5ab1282f7f706f65a21610fdd1a73fdb3c2270.tar.gz
gentoo-2-ba5ab1282f7f706f65a21610fdd1a73fdb3c2270.tar.bz2
gentoo-2-ba5ab1282f7f706f65a21610fdd1a73fdb3c2270.zip
Clean up old revisions.
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/glade/ChangeLog7
-rw-r--r--dev-util/glade/files/glade-3.6.4-fix-linking.patch12
-rw-r--r--dev-util/glade/glade-3.6.3.ebuild54
-rw-r--r--dev-util/glade/glade-3.6.4.ebuild57
-rw-r--r--dev-util/glade/glade-3.6.5.ebuild53
5 files changed, 6 insertions, 177 deletions
diff --git a/dev-util/glade/ChangeLog b/dev-util/glade/ChangeLog
index 1418a03ee863..d4796e15ce0f 100644
--- a/dev-util/glade/ChangeLog
+++ b/dev-util/glade/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/glade
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.125 2010/02/26 17:22:14 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.126 2010/03/10 22:56:26 eva Exp $
+
+ 10 Mar 2010; Gilles Dartiguelongue <eva@gentoo.org> -glade-3.6.3.ebuild,
+ -glade-3.6.4.ebuild, -files/glade-3.6.4-fix-linking.patch,
+ -glade-3.6.5.ebuild:
+ Clean up old revisions.
26 Feb 2010; Brent Baude <ranger@gentoo.org> glade-3.6.7.ebuild:
Marking glade-3.6.7 ppc64 for bug 298204
diff --git a/dev-util/glade/files/glade-3.6.4-fix-linking.patch b/dev-util/glade/files/glade-3.6.4-fix-linking.patch
deleted file mode 100644
index 1386d1b238ee..000000000000
--- a/dev-util/glade/files/glade-3.6.4-fix-linking.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urNp glade3-3.6.3/plugins/python/Makefile.am glade3-3.6.3-new/plugins/python/Makefile.am
---- glade3-3.6.3/plugins/python/Makefile.am 2009-06-02 01:07:45.000000000 +0530
-+++ glade3-3.6.3-new/plugins/python/Makefile.am 2009-06-07 12:46:48.000000000 +0530
-@@ -19,7 +19,7 @@ libgladepython_la_CFLAGS = \
- $(GTK_CFLAGS) \
- $(PLUGINS_WARN_CFLAGS) \
- $(AM_CPPFLAGS)
--libgladepython_la_LDFLAGS = -module -avoid-version $(PYTHON_LIBS) $(AM_LDFLAGS)
-+libgladepython_la_LDFLAGS = -module -avoid-version $(AM_LDFLAGS)
- libgladepython_la_LIBADD = $(libgladeui) $(PYTHON_LIBS)
-
- if PLATFORM_WIN32
diff --git a/dev-util/glade/glade-3.6.3.ebuild b/dev-util/glade/glade-3.6.3.ebuild
deleted file mode 100644
index 2b23e5344a39..000000000000
--- a/dev-util/glade/glade-3.6.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.3.ebuild,v 1.1 2009/05/25 17:44:14 ford_prefect Exp $
-
-EAPI="2"
-
-inherit eutils gnome2
-
-MY_PN="glade3"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="GNOME GUI Builder"
-HOMEPAGE="http://glade.gnome.org/"
-SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="doc gnome python"
-
-RDEPEND=">=dev-libs/glib-2.8.0
- >=x11-libs/gtk+-2.14.0
- >=dev-libs/libxml2-2.4
- gnome? (
- >=gnome-base/libgnomeui-2.0
- >=gnome-base/libbonoboui-2.0 )
- python? ( >=dev-python/pygtk-2.10.0 )
-"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.19
- sys-devel/gettext
- app-text/scrollkeeper
- >=app-text/gnome-doc-utils-0.9
- doc? ( >=dev-util/gtk-doc-1.9 )
-"
-
-S="${WORKDIR}/${MY_P}"
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-scrollkeeper
- $(use_enable gnome)
- $(use_enable python)
- "
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # Fix intltoolize broken file, see upstream #577133
- sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed"
-}
diff --git a/dev-util/glade/glade-3.6.4.ebuild b/dev-util/glade/glade-3.6.4.ebuild
deleted file mode 100644
index 89970a6252e6..000000000000
--- a/dev-util/glade/glade-3.6.4.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.4.ebuild,v 1.1 2009/06/07 19:21:45 ford_prefect Exp $
-
-EAPI="2"
-
-inherit eutils autotools gnome2
-
-MY_PN="glade3"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="GNOME GUI Builder"
-HOMEPAGE="http://glade.gnome.org/"
-SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="doc gnome python"
-
-RDEPEND=">=dev-libs/glib-2.8.0
- >=x11-libs/gtk+-2.14.0
- >=dev-libs/libxml2-2.4
- gnome? (
- >=gnome-base/libgnomeui-2.0
- >=gnome-base/libbonoboui-2.0 )
- python? ( >=dev-python/pygtk-2.10.0 )
-"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.19
- sys-devel/gettext
- app-text/scrollkeeper
- >=app-text/gnome-doc-utils-0.9
- doc? ( >=dev-util/gtk-doc-1.9 )
-"
-
-S="${WORKDIR}/${MY_P}"
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-scrollkeeper
- $(use_enable gnome)
- $(use_enable python)
- "
-}
-
-src_prepare() {
- gnome2_src_prepare
- epatch "${FILESDIR}/${P}-fix-linking.patch"
-
- eautoreconf
-
- # Fix intltoolize broken file, see upstream #577133
- sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed"
-}
diff --git a/dev-util/glade/glade-3.6.5.ebuild b/dev-util/glade/glade-3.6.5.ebuild
deleted file mode 100644
index afde6ec33d96..000000000000
--- a/dev-util/glade/glade-3.6.5.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.5.ebuild,v 1.1 2009/06/17 21:15:34 eva Exp $
-
-EAPI="2"
-
-inherit gnome2
-
-MY_PN="glade3"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="GNOME GUI Builder"
-HOMEPAGE="http://glade.gnome.org/"
-SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="doc gnome python"
-
-RDEPEND=">=dev-libs/glib-2.8.0
- >=x11-libs/gtk+-2.14.0
- >=dev-libs/libxml2-2.4
- gnome? (
- >=gnome-base/libgnomeui-2.0
- >=gnome-base/libbonoboui-2.0 )
- python? ( >=dev-python/pygtk-2.10.0 )
-"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.19
- sys-devel/gettext
- app-text/scrollkeeper
- >=app-text/gnome-doc-utils-0.9
- doc? ( >=dev-util/gtk-doc-1.9 )
-"
-
-S="${WORKDIR}/${MY_P}"
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-scrollkeeper
- $(use_enable gnome)
- $(use_enable python)"
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # Fix intltoolize broken file, see upstream #577133
- sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed"
-}