summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2006-07-01 16:04:28 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2006-07-01 16:04:28 +0000
commit8d8d7ef5ae9139b805129f2de3f75eee3620ff13 (patch)
tree28906a5d83515079d3d49c3dd82ecb5b32c09c37 /app-text
parentRemove obsolete version. (diff)
downloadgentoo-2-8d8d7ef5ae9139b805129f2de3f75eee3620ff13.tar.gz
gentoo-2-8d8d7ef5ae9139b805129f2de3f75eee3620ff13.tar.bz2
gentoo-2-8d8d7ef5ae9139b805129f2de3f75eee3620ff13.zip
Bump for 2.14.2
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/gnome-doc-utils/ChangeLog8
-rw-r--r--app-text/gnome-doc-utils/files/digest-gnome-doc-utils-0.6.13
-rw-r--r--app-text/gnome-doc-utils/gnome-doc-utils-0.6.1.ebuild45
3 files changed, 55 insertions, 1 deletions
diff --git a/app-text/gnome-doc-utils/ChangeLog b/app-text/gnome-doc-utils/ChangeLog
index 42ab996ea096..741033085a46 100644
--- a/app-text/gnome-doc-utils/ChangeLog
+++ b/app-text/gnome-doc-utils/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/gnome-doc-utils
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.52 2006/04/27 14:32:48 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.53 2006/07/01 16:04:28 dang Exp $
+
+*gnome-doc-utils-0.6.1 (01 Jul 2006)
+
+ 01 Jul 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +gnome-doc-utils-0.6.1.ebuild:
+ Bump for 2.14.2
27 Apr 2006; Marien Zwart <marienz@gentoo.org>
files/digest-gnome-doc-utils-0.1.3, files/digest-gnome-doc-utils-0.2.0,
diff --git a/app-text/gnome-doc-utils/files/digest-gnome-doc-utils-0.6.1 b/app-text/gnome-doc-utils/files/digest-gnome-doc-utils-0.6.1
new file mode 100644
index 000000000000..e8068046187a
--- /dev/null
+++ b/app-text/gnome-doc-utils/files/digest-gnome-doc-utils-0.6.1
@@ -0,0 +1,3 @@
+MD5 c706b807b15e07e58561f903c0f20c26 gnome-doc-utils-0.6.1.tar.bz2 384898
+RMD160 e838afa33f6289e4d50940630bf7ecffda685b78 gnome-doc-utils-0.6.1.tar.bz2 384898
+SHA256 85bde5ddbc6539961acde3e6f5ad10e671197633b765f7351dba7dc1e8d35b11 gnome-doc-utils-0.6.1.tar.bz2 384898
diff --git a/app-text/gnome-doc-utils/gnome-doc-utils-0.6.1.ebuild b/app-text/gnome-doc-utils/gnome-doc-utils-0.6.1.ebuild
new file mode 100644
index 000000000000..d0c6f32b700e
--- /dev/null
+++ b/app-text/gnome-doc-utils/gnome-doc-utils-0.6.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2006 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.6.1.ebuild,v 1.1 2006/07/01 16:04:28 dang Exp $
+
+inherit python eutils 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 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/libxml2-2.6.12
+ >=dev-libs/libxslt-1.1.8
+ >=dev-lang/python-2"
+
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/intltool-0.28
+ >=dev-util/pkgconfig-0.9"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+USE_DESTDIR="1"
+
+
+pkg_setup() {
+ G2CONF="--disable-scrollkeeper"
+
+ if ! built_with_use dev-libs/libxml2 python; then
+ einfo "Please re-emerge dev-libs/libxml2 with the python use flag set"
+ die "dev-libs/libxml2 needs python use flag"
+ fi
+}
+
+pkg_postinst() {
+ python_mod_optimize ${ROOT}/usr/share/xml2po
+ gnome2_pkg_postinst
+}
+
+pkg_postrm() {
+ python_mod_cleanup ${ROOT}/usr/share/xml2po
+ gnome2_pkg_postrm
+}