summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-10-11 14:26:18 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2008-10-11 14:26:18 +0200
commitc45b6c3a84e71c50c60a0ca9a2dbf00348b8f2f7 (patch)
treebd3b44df42bb4c627076e141255c280a816aadc4 /app-text
parentx11-themes/gnome-backgrounds: (diff)
downloadgnome-c45b6c3a84e71c50c60a0ca9a2dbf00348b8f2f7.tar.gz
gnome-c45b6c3a84e71c50c60a0ca9a2dbf00348b8f2f7.tar.bz2
gnome-c45b6c3a84e71c50c60a0ca9a2dbf00348b8f2f7.zip
app-text/evince:
app-text/gnome-doc-utils: * moved to portage.
Diffstat (limited to 'app-text')
-rw-r--r--app-text/evince/Manifest3
-rw-r--r--app-text/evince/evince-2.24.0.ebuild71
-rw-r--r--app-text/evince/files/evince-0.7.1-display-menu.patch11
-rw-r--r--app-text/gnome-doc-utils/Manifest3
-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/gnome-doc-utils-0.14.0.ebuild54
6 files changed, 0 insertions, 184 deletions
diff --git a/app-text/evince/Manifest b/app-text/evince/Manifest
deleted file mode 100644
index 1ebbacc8..00000000
--- a/app-text/evince/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-AUX evince-0.7.1-display-menu.patch 476 RMD160 a16a5e1f32490a7db219442b23cbcf77773e6bdd SHA1 73a97e83b12ad80f6645339978717bcf8c7da575 SHA256 1f450dfe57ef3325cb4642141d76fc8e7bf837c221d81a2593214913af058f4d
-DIST evince-2.24.0.tar.bz2 1646964 RMD160 271e6ecc6b63e86226be11db1056f72f24ae320a SHA1 125e4a3a88daa742cd7f12c09eb21187071c94cb SHA256 c1b823fd8b9febe5676cc694e987321b2f5d2b283f9e4f50df7863e72d0b1930
-EBUILD evince-2.24.0.ebuild 1918 RMD160 714f152368ea942de40db624e704e43cef0bd5a4 SHA1 5b3050d65682a8fbf7338751b3cfd8035b4e869b SHA256 64cc5139d23ef1f46f64abde5e3f61c1299f056c29e25480e3338f4c592eea1d
diff --git a/app-text/evince/evince-2.24.0.ebuild b/app-text/evince/evince-2.24.0.ebuild
deleted file mode 100644
index ceeeb3a0..00000000
--- a/app-text/evince/evince-2.24.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.22.2-r1.ebuild,v 1.1 2008/07/07 15:15:36 dang Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="Simple document viewer for GNOME"
-HOMEPAGE="http://www.gnome.org/projects/evince/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="dbus djvu doc dvi gnome-keyring nautilus t1lib tiff"
-
-RDEPEND="
- dbus? ( >=dev-libs/dbus-glib-0.71 )
- >=x11-libs/gtk+-2.10
- >=dev-libs/glib-2.15.6
- gnome-keyring? ( >=gnome-base/gnome-keyring-2.20.1 )
- >=x11-themes/gnome-icon-theme-2.17.1
- >=dev-libs/libxml2-2.5
- >=gnome-base/libglade-2
- >=gnome-base/gconf-2
- nautilus? ( >=gnome-base/nautilus-2.10 )
- >=app-text/poppler-bindings-0.8
- dvi? (
- virtual/tex-base
- t1lib? ( >=media-libs/t1lib-5.0.0 )
- )
- tiff? ( >=media-libs/tiff-3.6 )
- djvu? ( >=app-text/djvu-3.5.17 )
- >=app-text/libspectre-0.2.0"
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- >=app-text/gnome-doc-utils-0.3.2
- ~app-text/docbook-xml-dtd-4.1.2
- >=dev-util/pkgconfig-0.9
- >=sys-devel/automake-1.9
- >=dev-util/intltool-0.35
- dev-util/gtk-doc-am
- doc? ( dev-util/gtk-doc )"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-ELTCONF="--portage"
-RESTRICT="test"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-scrollkeeper
- --enable-comics
- --enable-impress
- $(use_enable dbus)
- $(use_enable djvu)
- $(use_enable dvi)
- $(use_with gnome-keyring keyring)
- $(use_enable t1lib)
- $(use_enable tiff)
- $(use_enable nautilus)"
-
- if ! built_with_use app-text/poppler-bindings gtk cairo; then
- eerror "Please re-emerge app-text/poppler-bindings with the gtk and cairo USE flag set"
- die "poppler-bindings needs gtk flag set"
- fi
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- # Fix .desktop file so menu item shows up
- epatch "${FILESDIR}"/${PN}-0.7.1-display-menu.patch
-}
diff --git a/app-text/evince/files/evince-0.7.1-display-menu.patch b/app-text/evince/files/evince-0.7.1-display-menu.patch
deleted file mode 100644
index 9edc43ea..00000000
--- a/app-text/evince/files/evince-0.7.1-display-menu.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --exclude-from=/home/dang/.diffrc -up -ruN evince-0.7.1.orig/data/evince.desktop.in.in evince-0.7.1/data/evince.desktop.in.in
---- evince-0.7.1.orig/data/evince.desktop.in.in 2007-01-10 11:04:20.000000000 -0500
-+++ evince-0.7.1/data/evince.desktop.in.in 2007-01-18 17:30:52.000000000 -0500
-@@ -9,7 +9,6 @@ StartupNotify=true
- Terminal=false
- Type=Application
- Icon=evince
--NoDisplay=true
- X-GNOME-DocPath=
- X-GNOME-Bugzilla-Bugzilla=GNOME
- X-GNOME-Bugzilla-Product=evince
diff --git a/app-text/gnome-doc-utils/Manifest b/app-text/gnome-doc-utils/Manifest
deleted file mode 100644
index f987ec1a..00000000
--- a/app-text/gnome-doc-utils/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-AUX gnome-doc-utils-0.12.2-fhs.patch 1776 RMD160 b403ff0b93ac1a99188f01f54e6656dc557526a1 SHA1 0329ebe4f45506cf0f430b29d34a4ff53b5c7a74 SHA256 a9bd1dd952aaa991fdb8f60d9ced7c090a3dc223fc8ae8a115e562f7c5c10684
-DIST gnome-doc-utils-0.14.0.tar.bz2 617417 RMD160 23743b6fc1e2389e306701d73523e2609ae0ac26 SHA1 e3de92c19f9140cbdee9f6ad0b179e4e797b3505 SHA256 c4aa79a1fb5aa990dcea8d203ed3e474c1acf7cedf655eff67464ca9f4fc60a6
-EBUILD gnome-doc-utils-0.14.0.ebuild 1401 RMD160 2c32d08d0a9da76f4c37eef8d2b0adf30f8696da SHA1 6f860b135bb40e29625ac2583a2c4e3da89d2a20 SHA256 15f5cf46e36a95b4a8dd08ff31763b5098e19221f8ff5e35273b514b5d0acae7
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 7e977a8f..00000000
--- 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/gnome-doc-utils-0.14.0.ebuild b/app-text/gnome-doc-utils/gnome-doc-utils-0.14.0.ebuild
deleted file mode 100644
index 9cdf3db8..00000000
--- a/app-text/gnome-doc-utils/gnome-doc-utils-0.14.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2008 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.9 2008/07/28 17:05:18 drac Exp $
-
-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="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-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.35
- >=dev-util/pkgconfig-0.9
- ~app-text/docbook-xml-dtd-4.4"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_unpack() {
- gnome2_src_unpack
-
- # Make xml2po FHS compliant, bug #190798
- epatch "${FILESDIR}/${PN}-0.12.2-fhs.patch"
-
- # Beware of first install, bug #224609
- AT_M4DIR="tools" eautomake
-}
-
-pkg_setup() {
- G2CONF="--disable-scrollkeeper"
-
- if ! built_with_use dev-libs/libxml2 python; then
- eerror "Please re-emerge dev-libs/libxml2 with the python use flag set"
- die "dev-libs/libxml2 needs python use flag"
- fi
-}
-
-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
-}