summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-06-02 20:45:17 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-06-02 20:45:17 +0000
commit7cdbc77af16ec8746da3230c6af8eaf8c61e7dbc (patch)
tree1f1c1aeaa530fb76a0c26eaf7cdb7786d6ae818f /app-text
parentDelete calls to deprecated python_version(). (diff)
downloadgentoo-2-7cdbc77af16ec8746da3230c6af8eaf8c61e7dbc.tar.gz
gentoo-2-7cdbc77af16ec8746da3230c6af8eaf8c61e7dbc.tar.bz2
gentoo-2-7cdbc77af16ec8746da3230c6af8eaf8c61e7dbc.zip
Clean up old revisions.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/gnome-doc-utils/ChangeLog9
-rw-r--r--app-text/gnome-doc-utils/files/gnome-doc-utils-0.12.2-fhs.patch42
-rw-r--r--app-text/gnome-doc-utils/files/gnome-doc-utils-0.14.0-fhs.patch72
-rw-r--r--app-text/gnome-doc-utils/gnome-doc-utils-0.12.2-r1.ebuild51
-rw-r--r--app-text/gnome-doc-utils/gnome-doc-utils-0.14.2.ebuild52
-rw-r--r--app-text/gnome-doc-utils/gnome-doc-utils-0.16.1.ebuild4
-rw-r--r--app-text/gnome-doc-utils/gnome-doc-utils-0.18.0.ebuild49
7 files changed, 10 insertions, 269 deletions
diff --git a/app-text/gnome-doc-utils/ChangeLog b/app-text/gnome-doc-utils/ChangeLog
index dc71dac92b76..6d8f2c32672f 100644
--- a/app-text/gnome-doc-utils/ChangeLog
+++ b/app-text/gnome-doc-utils/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-text/gnome-doc-utils
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.160 2010/05/24 15:52:02 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.161 2010/06/02 20:45:17 eva Exp $
+
+ 02 Jun 2010; Gilles Dartiguelongue <eva@gentoo.org>
+ -gnome-doc-utils-0.12.2-r1.ebuild,
+ -files/gnome-doc-utils-0.12.2-fhs.patch,
+ -files/gnome-doc-utils-0.14.0-fhs.patch, -gnome-doc-utils-0.14.2.ebuild,
+ gnome-doc-utils-0.16.1.ebuild, -gnome-doc-utils-0.18.0.ebuild:
+ Clean up old revisions.
23 May 2010; <nixnut@gentoo.org> gnome-doc-utils-0.18.1.ebuild:
ppc stable #314013
diff --git a/app-text/gnome-doc-utils/files/gnome-doc-utils-0.12.2-fhs.patch b/app-text/gnome-doc-utils/files/gnome-doc-utils-0.12.2-fhs.patch
deleted file mode 100644
index 7e977a8f82ef..000000000000
--- a/app-text/gnome-doc-utils/files/gnome-doc-utils-0.12.2-fhs.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-diff -urNp gnome-doc-utils-0.12.2-orig/xml2po/Makefile.am gnome-doc-utils-0.12.2-new/xml2po/Makefile.am
---- gnome-doc-utils-0.12.2-orig/xml2po/Makefile.am 2008-04-14 22:24:58.000000000 +0530
-+++ gnome-doc-utils-0.12.2-new/xml2po/Makefile.am 2008-04-14 23:40:00.000000000 +0530
-@@ -3,8 +3,6 @@ SUBDIRS = modes examples
- nodist_bin_SCRIPTS = xml2po
- CLEANFILES = xml2po
-
--commondir = $(datadir)/xml2po
--
- pkgconfigdir = $(libdir)/pkgconfig
- pkgconfig_DATA = xml2po.pc
-
-@@ -12,7 +10,7 @@ man_MANS = xml2po.1
-
- xml2po: xml2po.py
- sed -e "s/^VERSION =.*/VERSION = \"@VERSION@\"/" \
-- -e "s+^submodes_path =.*+submodes_path = \"$(commondir)\"+" \
-+ -e "s+^submodes_path =.*+submodes_path = \"$(pythondir)/xml2po\"+" \
- -e "s+^#!.*python.*+#!$(PYTHON)+" \
- < $(srcdir)/xml2po.py > xml2po
- chmod +x xml2po
-diff -urNp gnome-doc-utils-0.12.2-orig/xml2po/modes/Makefile.am gnome-doc-utils-0.12.2-new/xml2po/modes/Makefile.am
---- gnome-doc-utils-0.12.2-orig/xml2po/modes/Makefile.am 2008-04-14 22:24:58.000000000 +0530
-+++ gnome-doc-utils-0.12.2-new/xml2po/modes/Makefile.am 2008-04-14 23:40:00.000000000 +0530
-@@ -1,4 +1,4 @@
--commondir = $(datadir)/xml2po
-+commondir = $(pythondir)/xml2po
- common_DATA = docbook.py empty.py gs.py ubuntu.py xhtml.py
-
- EXTRA_DIST = $(common_DATA)
-diff -urNp gnome-doc-utils-0.12.2-orig/xml2po/xml2po.pc.in gnome-doc-utils-0.12.2-new/xml2po/xml2po.pc.in
---- gnome-doc-utils-0.12.2-orig/xml2po/xml2po.pc.in 2008-04-14 22:24:58.000000000 +0530
-+++ gnome-doc-utils-0.12.2-new/xml2po/xml2po.pc.in 2008-04-14 23:40:00.000000000 +0530
-@@ -1,7 +1,7 @@
- prefix=@prefix@
- exec_prefix=${prefix}
- datarootdir=@datarootdir@
--modesdir=@datadir@/xml2po
-+modesdir=@pythondir@/xml2po
-
- Name: xml2po
- Description: Tool for translating XML documents
diff --git a/app-text/gnome-doc-utils/files/gnome-doc-utils-0.14.0-fhs.patch b/app-text/gnome-doc-utils/files/gnome-doc-utils-0.14.0-fhs.patch
deleted file mode 100644
index 1633a8147f73..000000000000
--- a/app-text/gnome-doc-utils/files/gnome-doc-utils-0.14.0-fhs.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-diff -urNp gnome-doc-utils-0.12.2-orig/xml2po/Makefile.am gnome-doc-utils-0.12.2-new/xml2po/Makefile.am
---- xml2po/Makefile.am 2008-04-14 22:24:58.000000000 +0530
-+++ xml2po/Makefile.am 2008-04-14 23:40:00.000000000 +0530
-@@ -3,8 +3,6 @@ SUBDIRS = modes examples
- nodist_bin_SCRIPTS = xml2po
- CLEANFILES = xml2po
-
--commondir = $(datadir)/xml2po
--
- pkgconfigdir = $(libdir)/pkgconfig
- pkgconfig_DATA = xml2po.pc
-
-@@ -12,7 +10,7 @@ man_MANS = xml2po.1
-
- xml2po: xml2po.py
- sed -e "s/^VERSION =.*/VERSION = \"@VERSION@\"/" \
-- -e "s+^submodes_path =.*+submodes_path = \"$(commondir)\"+" \
-+ -e "s+^submodes_path =.*+submodes_path = \"$(pythondir)/xml2po\"+" \
- -e "s+^#!.*python.*+#!$(PYTHON)+" \
- < $(srcdir)/xml2po.py > xml2po
- chmod +x xml2po
-diff -urNp gnome-doc-utils-0.12.2-orig/xml2po/modes/Makefile.am gnome-doc-utils-0.12.2-new/xml2po/modes/Makefile.am
---- xml2po/modes/Makefile.am 2008-04-14 22:24:58.000000000 +0530
-+++ xml2po/modes/Makefile.am 2008-04-14 23:40:00.000000000 +0530
-@@ -1,4 +1,4 @@
--commondir = $(datadir)/xml2po
-+commondir = $(pythondir)/xml2po
- common_DATA = docbook.py empty.py gs.py ubuntu.py xhtml.py
-
- EXTRA_DIST = $(common_DATA)
-diff -urNp gnome-doc-utils-0.12.2-orig/xml2po/xml2po.pc.in gnome-doc-utils-0.12.2-new/xml2po/xml2po.pc.in
---- xml2po/xml2po.pc.in 2008-04-14 22:24:58.000000000 +0530
-+++ xml2po/xml2po.pc.in 2008-04-14 23:40:00.000000000 +0530
-@@ -1,7 +1,7 @@
- prefix=@prefix@
- exec_prefix=${prefix}
- datarootdir=@datarootdir@
--modesdir=@datadir@/xml2po
-+modesdir=@pythondir@/xml2po
-
- Name: xml2po
- Description: Tool for translating XML documents
---- xml2po/Makefile.in.orig 2008-10-07 14:15:24.458846452 +0300
-+++ xml2po/Makefile.in 2008-10-07 14:16:06.285478888 +0300
-@@ -224,7 +230,6 @@
- SUBDIRS = modes examples
- nodist_bin_SCRIPTS = xml2po
- CLEANFILES = xml2po
--commondir = $(datadir)/xml2po
- pkgconfigdir = $(libdir)/pkgconfig
- pkgconfig_DATA = xml2po.pc
- man_MANS = xml2po.1
-@@ -630,7 +635,7 @@
-
- xml2po: xml2po.py
- sed -e "s/^VERSION =.*/VERSION = \"@VERSION@\"/" \
-- -e "s+^submodes_path =.*+submodes_path = \"$(commondir)\"+" \
-+ -e "s+^submodes_path =.*+submodes_path = \"$(pythondir)/xml2po\"+" \
- -e "s+^#!.*python.*+#!$(PYTHON)+" \
- < $(srcdir)/xml2po.py > xml2po
- chmod +x xml2po
---- xml2po/modes/Makefile.in.orig 2008-10-07 14:15:31.235574920 +0300
-+++ xml2po/modes/Makefile.in 2008-10-07 14:18:56.236324037 +0300
-@@ -204,7 +203,7 @@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
--commondir = $(datadir)/xml2po
-+commondir = $(pythondir)/xml2po
- common_DATA = docbook.py empty.py gs.py ubuntu.py xhtml.py
- EXTRA_DIST = $(common_DATA)
- all: all-am
diff --git a/app-text/gnome-doc-utils/gnome-doc-utils-0.12.2-r1.ebuild b/app-text/gnome-doc-utils/gnome-doc-utils-0.12.2-r1.ebuild
deleted file mode 100644
index c96c91870c06..000000000000
--- a/app-text/gnome-doc-utils/gnome-doc-utils-0.12.2-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.12.2-r1.ebuild,v 1.14 2009/05/02 21:04:17 eva Exp $
-
-EAPI="2"
-inherit autotools eutils python gnome2
-
-DESCRIPTION="A collection of documentation utilities for the Gnome project"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="hppa"
-IUSE=""
-
-RDEPEND=">=dev-libs/libxml2-2.6.12[python]
- >=dev-libs/libxslt-1.1.8
- >=dev-lang/python-2"
-DEPEND="${RDEPEND}
- dev-libs/glib
- sys-devel/gettext
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.9
- ~app-text/docbook-xml-dtd-4.4"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-G2CONF="--disable-scrollkeeper"
-
-src_unpack() {
- gnome2_src_unpack
-
- # Make xml2po FHS compliant, bug #190798
- epatch "${FILESDIR}/${P}-fhs.patch"
-
- # Fix LINGUAS
- intltoolize --force || die "intltoolize failed"
-
- # Beware of first install, bug #224609
- AT_M4DIR="tools" eautomake
-}
-
-pkg_postinst() {
- python_version
- python_mod_optimize /usr/lib/python${PYVER}/site-packages/xml2po
- gnome2_pkg_postinst
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/lib/python*/site-packages/xml2po
- gnome2_pkg_postrm
-}
diff --git a/app-text/gnome-doc-utils/gnome-doc-utils-0.14.2.ebuild b/app-text/gnome-doc-utils/gnome-doc-utils-0.14.2.ebuild
deleted file mode 100644
index ae217549a8b2..000000000000
--- a/app-text/gnome-doc-utils/gnome-doc-utils-0.14.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.14.2.ebuild,v 1.12 2009/10/26 18:02:55 armin76 Exp $
-
-EAPI="2"
-
-inherit eutils python gnome2
-
-DESCRIPTION="A collection of documentation utilities for the Gnome project"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=dev-libs/libxml2-2.6.12[python]
- >=dev-libs/libxslt-1.1.8
- >=dev-lang/python-2"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.9
- ~app-text/docbook-xml-dtd-4.4"
-# dev-libs/glib needed for eautofoo, bug #255114.
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_unpack() {
- gnome2_src_unpack
-
- # Make xml2po FHS compliant, bug #190798
- epatch "${FILESDIR}/${PN}-0.14.0-fhs.patch"
-
- # If there is a need to reintroduce eautomake or eautoreconf, make sure
- # to AT_M4DIR="tools m4", bug #224609 (m4 removes glib build time dep)
-}
-
-pkg_setup() {
- G2CONF="--disable-scrollkeeper"
-}
-
-pkg_postinst() {
- python_version
- python_mod_optimize /usr/lib/python${PYVER}/site-packages/xml2po
- gnome2_pkg_postinst
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/lib/python*/site-packages/xml2po
- gnome2_pkg_postrm
-}
diff --git a/app-text/gnome-doc-utils/gnome-doc-utils-0.16.1.ebuild b/app-text/gnome-doc-utils/gnome-doc-utils-0.16.1.ebuild
index cd1c280049c9..81b7edee28e1 100644
--- a/app-text/gnome-doc-utils/gnome-doc-utils-0.16.1.ebuild
+++ b/app-text/gnome-doc-utils/gnome-doc-utils-0.16.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.16.1.ebuild,v 1.13 2010/01/16 17:00:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.16.1.ebuild,v 1.14 2010/06/02 20:45:17 eva Exp $
EAPI="2"
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="hppa ppc64"
IUSE=""
RDEPEND=">=dev-libs/libxml2-2.6.12[python]
diff --git a/app-text/gnome-doc-utils/gnome-doc-utils-0.18.0.ebuild b/app-text/gnome-doc-utils/gnome-doc-utils-0.18.0.ebuild
deleted file mode 100644
index f57297f7eab3..000000000000
--- a/app-text/gnome-doc-utils/gnome-doc-utils-0.18.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.18.0.ebuild,v 1.2 2009/12/09 22:12:55 eva Exp $
-
-EAPI="2"
-
-inherit gnome2 python
-
-DESCRIPTION="A collection of documentation utilities for the Gnome project"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=dev-libs/libxml2-2.6.12[python]
- >=dev-libs/libxslt-1.1.8
- >=dev-lang/python-2.4"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.9
- ~app-text/docbook-xml-dtd-4.4
- app-text/scrollkeeper-dtd"
-# dev-libs/glib needed for eautofoo, bug #255114.
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-# FIXME: Highly broken with parallel make, see bug #286889
-MAKEOPTS="${MAKEOPTS} -j1"
-
-pkg_setup() {
- G2CONF="${G2CONF} --disable-scrollkeeper"
-}
-
-# If there is a need to reintroduce eautomake or eautoreconf, make sure
-# to AT_M4DIR="tools m4", bug #224609 (m4 removes glib build time dep)
-
-pkg_postinst() {
- python_need_rebuild
- python_mod_optimize $(python_get_sitedir)/xml2po
- gnome2_pkg_postinst
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/xml2po
- gnome2_pkg_postrm
-}