summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-04-21 22:14:28 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-04-21 22:14:28 +0000
commita284c3776fe7b2c6bb7784db7661de4c279d82e8 (patch)
treefafe8b604f4e1ca848ed450054c1ac488295e767 /dev-libs/gdl
parentremove games-fps/quake3-urbanterror for now until bug #203296 is fixed (diff)
downloadgentoo-2-a284c3776fe7b2c6bb7784db7661de4c279d82e8.tar.gz
gentoo-2-a284c3776fe7b2c6bb7784db7661de4c279d82e8.tar.bz2
gentoo-2-a284c3776fe7b2c6bb7784db7661de4c279d82e8.zip
Clean up old revisions.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/gdl')
-rw-r--r--dev-libs/gdl/ChangeLog7
-rw-r--r--dev-libs/gdl/gdl-0.7.1.ebuild26
-rw-r--r--dev-libs/gdl/gdl-0.7.11.ebuild32
-rw-r--r--dev-libs/gdl/gdl-0.7.6.ebuild32
-rw-r--r--dev-libs/gdl/gdl-2.24.0.ebuild6
-rw-r--r--dev-libs/gdl/gdl-2.26.0.ebuild26
-rw-r--r--dev-libs/gdl/gdl-2.26.2.ebuild26
-rw-r--r--dev-libs/gdl/gdl-2.28.1.ebuild46
8 files changed, 9 insertions, 192 deletions
diff --git a/dev-libs/gdl/ChangeLog b/dev-libs/gdl/ChangeLog
index 59ebaaa21a83..78db9e342c9b 100644
--- a/dev-libs/gdl/ChangeLog
+++ b/dev-libs/gdl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/gdl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.39 2010/04/08 18:25:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.40 2010/04/21 22:14:28 eva Exp $
+
+ 21 Apr 2010; Gilles Dartiguelongue <eva@gentoo.org> -gdl-0.7.1.ebuild,
+ -gdl-0.7.6.ebuild, -gdl-0.7.11.ebuild, gdl-2.24.0.ebuild,
+ -gdl-2.26.0.ebuild, -gdl-2.26.2.ebuild, -gdl-2.28.1.ebuild:
+ Clean up old revisions.
08 Apr 2010; Raúl Porcel <armin76@gentoo.org> gdl-2.28.2.ebuild:
alpha/ia64/sparc stable wrt #298200
diff --git a/dev-libs/gdl/gdl-0.7.1.ebuild b/dev-libs/gdl/gdl-0.7.1.ebuild
deleted file mode 100644
index 2714fa7ad460..000000000000
--- a/dev-libs/gdl/gdl-0.7.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-0.7.1.ebuild,v 1.5 2009/03/20 03:49:51 jmbsvicetto Exp $
-
-inherit gnome2
-
-DESCRIPTION="The Gnome Devtool Libraries"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.4
- >=gnome-base/libgnome-2.6
- >=gnome-base/libgnomeui-2.6
- >=dev-libs/libxml2-2.4
- >=gnome-base/libglade-2.0
- >=gnome-base/gnome-vfs-2.6"
-
-DEPEND="${RDEPEND}
- dev-util/intltool
- dev-util/pkgconfig"
-
-DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
diff --git a/dev-libs/gdl/gdl-0.7.11.ebuild b/dev-libs/gdl/gdl-0.7.11.ebuild
deleted file mode 100644
index b7e1cc78ffb1..000000000000
--- a/dev-libs/gdl/gdl-0.7.11.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-0.7.11.ebuild,v 1.5 2008/09/25 16:28:03 jer Exp $
-
-inherit gnome2
-
-DESCRIPTION="The Gnome Devtool Libraries"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ia64 ~ppc ~ppc64 sparc ~x86"
-IUSE="gnome"
-
-RDEPEND=">=dev-libs/glib-2
- >=x11-libs/gtk+-2.4
- >=dev-libs/libxml2-2.4
- >=gnome-base/libglade-2.0
- gnome? (
- >=gnome-base/libgnomeui-2.6
- >=gnome-base/gnome-vfs-2.6
- >=gnome-base/gconf-2
- )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- >=dev-util/intltool-0.35"
-
-DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-
-pkg_setup() {
- G2CONF="${G2CONF} $(use_enable gnome)"
-}
diff --git a/dev-libs/gdl/gdl-0.7.6.ebuild b/dev-libs/gdl/gdl-0.7.6.ebuild
deleted file mode 100644
index 07e4173f79c5..000000000000
--- a/dev-libs/gdl/gdl-0.7.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-0.7.6.ebuild,v 1.7 2008/06/21 19:44:28 corsair Exp $
-
-inherit gnome2
-
-DESCRIPTION="The Gnome Devtool Libraries"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 sparc x86"
-IUSE="gnome"
-
-RDEPEND=">=dev-libs/glib-2
- >=x11-libs/gtk+-2.4
- >=dev-libs/libxml2-2.4
- >=gnome-base/libglade-2.0
- gnome? (
- >=gnome-base/libgnomeui-2.6
- >=gnome-base/gnome-vfs-2.6
- >=gnome-base/gconf-2
- )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- >=dev-util/intltool-0.35"
-
-DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-
-pkg_setup() {
- G2CONF="${G2CONF} $(use_enable gnome)"
-}
diff --git a/dev-libs/gdl/gdl-2.24.0.ebuild b/dev-libs/gdl/gdl-2.24.0.ebuild
index 9e5d1a778feb..c4c59d2d889a 100644
--- a/dev-libs/gdl/gdl-2.24.0.ebuild
+++ b/dev-libs/gdl/gdl-2.24.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-2.24.0.ebuild,v 1.10 2009/09/27 13:49:24 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-2.24.0.ebuild,v 1.11 2010/04/21 22:14:28 eva Exp $
inherit gnome2
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="hppa ppc64"
IUSE="doc"
RDEPEND=">=dev-libs/glib-2
diff --git a/dev-libs/gdl/gdl-2.26.0.ebuild b/dev-libs/gdl/gdl-2.26.0.ebuild
deleted file mode 100644
index 0189a1a5d017..000000000000
--- a/dev-libs/gdl/gdl-2.26.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-2.26.0.ebuild,v 1.1 2009/05/02 21:45:57 eva Exp $
-
-inherit gnome2
-
-DESCRIPTION="The Gnome Devtool Libraries"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/glib-2
- >=x11-libs/gtk+-2.12
- >=dev-libs/libxml2-2.4
- >=gnome-base/libglade-2.0"
-DEPEND="${RDEPEND}
- !<dev-python/gdl-python-2.19.1-r1
- !<=dev-python/gnome-python-extras-2.19.1-r2
- dev-util/pkgconfig
- >=dev-util/intltool-0.35
- doc? ( >=dev-util/gtk-doc-1.4 )"
-
-DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
diff --git a/dev-libs/gdl/gdl-2.26.2.ebuild b/dev-libs/gdl/gdl-2.26.2.ebuild
deleted file mode 100644
index a6ca686e5c8f..000000000000
--- a/dev-libs/gdl/gdl-2.26.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-2.26.2.ebuild,v 1.2 2009/07/06 09:26:51 aballier Exp $
-
-inherit gnome2
-
-DESCRIPTION="The Gnome Devtool Libraries"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/glib-2
- >=x11-libs/gtk+-2.12
- >=dev-libs/libxml2-2.4
- >=gnome-base/libglade-2.0"
-DEPEND="${RDEPEND}
- !<dev-python/gdl-python-2.19.1-r1
- !<=dev-python/gnome-python-extras-2.19.1-r2
- dev-util/pkgconfig
- >=dev-util/intltool-0.35
- doc? ( >=dev-util/gtk-doc-1.4 )"
-
-DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
diff --git a/dev-libs/gdl/gdl-2.28.1.ebuild b/dev-libs/gdl/gdl-2.28.1.ebuild
deleted file mode 100644
index 15e21902618b..000000000000
--- a/dev-libs/gdl/gdl-2.28.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-2.28.1.ebuild,v 1.1 2009/10/29 23:36:04 eva Exp $
-
-EAPI="2"
-GCONF_DEBUG="no"
-
-inherit eutils gnome2 multilib
-
-DESCRIPTION="The Gnome Devtool Libraries"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/glib-2
- >=x11-libs/gtk+-2.12
- >=dev-libs/libxml2-2.4"
-DEPEND="${RDEPEND}
- !<dev-python/gdl-python-2.19.1-r1
- !<=dev-python/gnome-python-extras-2.19.1-r2
- dev-util/pkgconfig
- >=dev-util/intltool-0.35
- doc? ( >=dev-util/gtk-doc-1.4 )"
-
-DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-
-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"
-}
-
-pkg_preinst() {
- gnome2_pkg_preinst
- preserve_old_lib /usr/$(get_libdir)/libgdl-1.so.0
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- preserve_old_lib_notify /usr/$(get_libdir)/libgdl-1.so.0
-}