summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-05-14 22:09:42 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-05-14 22:09:42 +0000
commitabca7953bbcf5d6854d27db88d3987a97a9f0de9 (patch)
treef26054bbb20398befcf5b97c7e9dbc9aa61f1b22
parentBumping to version 0.5.10 (diff)
downloadhistorical-abca7953bbcf5d6854d27db88d3987a97a9f0de9.tar.gz
historical-abca7953bbcf5d6854d27db88d3987a97a9f0de9.tar.bz2
historical-abca7953bbcf5d6854d27db88d3987a97a9f0de9.zip
clean up old revisions.
Package-Manager: portage-2.1.5_rc6
-rw-r--r--gnome-base/libgnomeprint/ChangeLog6
-rw-r--r--gnome-base/libgnomeprint/libgnomeprint-2.18.0.ebuild41
-rw-r--r--gnome-base/libgnomeprint/libgnomeprint-2.18.3.ebuild40
-rw-r--r--gnome-base/libgnomeprintui/ChangeLog6
-rw-r--r--gnome-base/libgnomeprintui/libgnomeprintui-2.18.0.ebuild24
-rw-r--r--gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild24
6 files changed, 10 insertions, 131 deletions
diff --git a/gnome-base/libgnomeprint/ChangeLog b/gnome-base/libgnomeprint/ChangeLog
index 048276b6dfc9..1264f049de62 100644
--- a/gnome-base/libgnomeprint/ChangeLog
+++ b/gnome-base/libgnomeprint/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/libgnomeprint
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.153 2008/03/22 03:43:48 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.154 2008/05/14 22:09:41 eva Exp $
+
+ 14 May 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ -libgnomeprint-2.18.0.ebuild, -libgnomeprint-2.18.3.ebuild:
+ clean up old revisions.
22 Mar 2008; Daniel Gryniewicz <dang@gentoo.org>
libgnomeprint-2.18.4.ebuild:
diff --git a/gnome-base/libgnomeprint/libgnomeprint-2.18.0.ebuild b/gnome-base/libgnomeprint/libgnomeprint-2.18.0.ebuild
deleted file mode 100644
index ac51d411a0fc..000000000000
--- a/gnome-base/libgnomeprint/libgnomeprint-2.18.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.0.ebuild,v 1.8 2007/08/28 19:37:25 jer Exp $
-
-inherit gnome2
-
-DESCRIPTION="Printer handling for Gnome"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="2.2"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="cups doc"
-
-RDEPEND=">=dev-libs/glib-2
- >=media-libs/libart_lgpl-2.3.7
- >=x11-libs/pango-1.5
- >=dev-libs/libxml2-2.4.23
- >=media-libs/fontconfig-1
- >=media-libs/freetype-2.0.5
- sys-libs/zlib
- dev-libs/popt
- cups? (
- >=net-print/cups-1.1.20
- >=net-print/libgnomecups-0.2 )"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.9
- sys-devel/flex
- sys-devel/bison
- doc? (
- ~app-text/docbook-xml-dtd-4.1.2
- >=dev-util/gtk-doc-0.9 )"
-
-DOCS="AUTHORS BUGS ChangeLog* NEWS README"
-USE_DESTDIR="1"
-
-pkg_setup() {
- G2CONF="$(use_with cups)"
-}
diff --git a/gnome-base/libgnomeprint/libgnomeprint-2.18.3.ebuild b/gnome-base/libgnomeprint/libgnomeprint-2.18.3.ebuild
deleted file mode 100644
index 3d0a6e30b823..000000000000
--- a/gnome-base/libgnomeprint/libgnomeprint-2.18.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.3.ebuild,v 1.8 2008/04/20 01:35:59 vapier Exp $
-
-inherit gnome2
-
-DESCRIPTION="Printer handling for Gnome"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="2.2"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="cups doc"
-
-RDEPEND=">=dev-libs/glib-2
- >=media-libs/libart_lgpl-2.3.7
- >=x11-libs/pango-1.5
- >=dev-libs/libxml2-2.4.23
- >=media-libs/fontconfig-1
- >=media-libs/freetype-2.0.5
- sys-libs/zlib
- cups? (
- >=net-print/cups-1.1.20
- >=net-print/libgnomecups-0.2 )"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.9
- sys-devel/flex
- sys-devel/bison
- doc? (
- ~app-text/docbook-xml-dtd-4.1.2
- >=dev-util/gtk-doc-0.9 )"
-
-DOCS="AUTHORS BUGS ChangeLog* NEWS README"
-USE_DESTDIR="1"
-
-pkg_setup() {
- G2CONF="$(use_with cups)"
-}
diff --git a/gnome-base/libgnomeprintui/ChangeLog b/gnome-base/libgnomeprintui/ChangeLog
index 9b0c163201b4..1a50a83b670f 100644
--- a/gnome-base/libgnomeprintui/ChangeLog
+++ b/gnome-base/libgnomeprintui/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/libgnomeprintui
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.137 2008/03/22 03:48:42 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.138 2008/05/14 22:09:42 eva Exp $
+
+ 14 May 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ -libgnomeprintui-2.18.0.ebuild, -libgnomeprintui-2.18.1.ebuild:
+ clean up old revisions.
22 Mar 2008; Daniel Gryniewicz <dang@gentoo.org>
libgnomeprintui-2.18.2.ebuild:
diff --git a/gnome-base/libgnomeprintui/libgnomeprintui-2.18.0.ebuild b/gnome-base/libgnomeprintui/libgnomeprintui-2.18.0.ebuild
deleted file mode 100644
index facc7a369968..000000000000
--- a/gnome-base/libgnomeprintui/libgnomeprintui-2.18.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.0.ebuild,v 1.9 2007/09/23 05:39:11 tgall Exp $
-
-inherit gnome2
-
-DESCRIPTION="User interface libraries for gnome print"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="2.2"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="doc"
-
-RDEPEND=">=x11-libs/gtk+-2.6
- >=gnome-base/libgnomeprint-2.12.1
- >=gnome-base/libgnomecanvas-1.117
- >=x11-themes/gnome-icon-theme-1.1.92"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/pkgconfig-0.9
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README"
diff --git a/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild b/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild
deleted file mode 100644
index 651fb7264ab6..000000000000
--- a/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild,v 1.8 2008/04/20 01:35:54 vapier Exp $
-
-inherit gnome2
-
-DESCRIPTION="User interface libraries for gnome print"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="2.2"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="doc"
-
-RDEPEND=">=x11-libs/gtk+-2.6
- >=gnome-base/libgnomeprint-2.12.1
- >=gnome-base/libgnomecanvas-1.117
- >=x11-themes/gnome-icon-theme-1.1.92"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/pkgconfig-0.9
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README"