summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2007-04-07 13:25:23 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2007-04-07 13:25:23 +0000
commite4a784e7cff3042808afe4ca292d2f3d372e31f8 (patch)
tree150fecbf11c05a1356e5a44116ef57ba6d4c56f3 /app-text/djvu
parentstable x86, bug 173660 (diff)
downloadgentoo-2-e4a784e7cff3042808afe4ca292d2f3d372e31f8.tar.gz
gentoo-2-e4a784e7cff3042808afe4ca292d2f3d372e31f8.tar.bz2
gentoo-2-e4a784e7cff3042808afe4ca292d2f3d372e31f8.zip
Remove old versions some of which have broken autotools handling (bug #159985).
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-text/djvu')
-rw-r--r--app-text/djvu/ChangeLog6
-rw-r--r--app-text/djvu/djvu-3.5.12.ebuild43
-rw-r--r--app-text/djvu/djvu-3.5.14-r1.ebuild64
-rw-r--r--app-text/djvu/djvu-3.5.14.ebuild43
-rw-r--r--app-text/djvu/djvu-3.5.16.ebuild78
-rw-r--r--app-text/djvu/files/digest-djvu-3.5.123
-rw-r--r--app-text/djvu/files/digest-djvu-3.5.143
-rw-r--r--app-text/djvu/files/digest-djvu-3.5.14-r13
-rw-r--r--app-text/djvu/files/digest-djvu-3.5.163
9 files changed, 5 insertions, 241 deletions
diff --git a/app-text/djvu/ChangeLog b/app-text/djvu/ChangeLog
index 170112da9aab..6640003d4d84 100644
--- a/app-text/djvu/ChangeLog
+++ b/app-text/djvu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/djvu
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/ChangeLog,v 1.57 2007/03/12 23:47:55 nattfodd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/ChangeLog,v 1.58 2007/04/07 13:25:23 betelgeuse Exp $
+
+ 07 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> -djvu-3.5.12.ebuild,
+ -djvu-3.5.14.ebuild, -djvu-3.5.14-r1.ebuild, -djvu-3.5.16.ebuild:
+ Remove old versions some of which have broken autotools handling (bug #159985).
12 Mar 2007; Alexandre Buisse <nattfodd@gentoo.org> metadata.xml:
Replaced text-markup by tex as maintaining herd (text-markup split).
diff --git a/app-text/djvu/djvu-3.5.12.ebuild b/app-text/djvu/djvu-3.5.12.ebuild
deleted file mode 100644
index 5adbad96eb82..000000000000
--- a/app-text/djvu/djvu-3.5.12.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.12.ebuild,v 1.11 2006/06/24 05:27:42 cardoe Exp $
-
-inherit nsplugins flag-o-matic
-
-MY_P="${PN}libre-${PV}"
-
-DESCRIPTION="A web-centric format and software platform for distributing documents and images."
-HOMEPAGE="http://djvu.sourceforge.net"
-SRC_URI="mirror://sourceforge/djvu/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc ~amd64"
-IUSE="xml qt3"
-
-DEPEND=">=media-libs/jpeg-6b-r2
- qt3? ( <x11-libs/qt-4 )"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- # assembler problems and hence non-building with pentium4
- # <obz@gentoo.org>
- replace-flags -march=pentium4 -march=pentium3
-
- local myconf=""
- use xml \
- && myconf="${myconf} --enable-xmltools"
- use qt3 \
- || myconf="${myconf} --without-qt"
-
- econf ${myconf} || die
- make depend
- emake || die
-}
-
-src_install() {
- einstall || die
- # plugin installation from eclass
- inst_plugin /usr/lib/netscape/plugins/nsdejavu.so
-}
diff --git a/app-text/djvu/djvu-3.5.14-r1.ebuild b/app-text/djvu/djvu-3.5.14-r1.ebuild
deleted file mode 100644
index d1d334b7fcf0..000000000000
--- a/app-text/djvu/djvu-3.5.14-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.14-r1.ebuild,v 1.4 2006/06/24 05:27:42 cardoe Exp $
-
-inherit nsplugins flag-o-matic fdo-mime
-
-MY_P="${PN}libre-${PV}"
-
-DESCRIPTION="DjVu viewers, encoders and utilities."
-HOMEPAGE="http://djvu.sourceforge.net"
-SRC_URI="mirror://sourceforge/djvu/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
-IUSE="xml qt3 jpeg tiff debug threads nls nsplugin kde"
-
-DEPEND="jpeg? ( >=media-libs/jpeg-6b-r2 )
- tiff? ( media-libs/tiff )
- qt3? ( <x11-libs/qt-4 )"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
-
- # Replace autochecking acdesktop.m4 with a gentoo-specific one
- cp ${FILESDIR}/gentoo-acdesktop.m4 ${S}/gui/desktop/acdesktop.m4
-
- cd ${S}
- aclocal -I config -I gui/desktop || die "aclocal failed"
- autoconf || die "autoconf failed"
- libtoolize --copy --force
-}
-
-src_compile() {
- # assembler problems and hence non-building with pentium4
- # <obz@gentoo.org>
- replace-flags -march=pentium4 -march=pentium3
-
- if use kde; then
- export kde_mimelnk=/usr/share/mimelnk
- fi
-
- econf --enable-desktopfiles \
- $(use_enable xml xmltools) \
- $(use_with qt3 qt) \
- $(use_with jpeg) \
- $(use_with tiff) \
- $(use_enable threads) \
- $(use_enable nls i18n) \
- $(use_enable debug) \
- || die "econf failed"
-
- if ! use nsplugin; then
- sed -e 's:nsdjvu::' -i ${S}/gui/Makefile
- fi
-
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} plugindir=${D}/usr/lib/${PLUGINS_DIR} install
-}
diff --git a/app-text/djvu/djvu-3.5.14.ebuild b/app-text/djvu/djvu-3.5.14.ebuild
deleted file mode 100644
index e3e1f34c519f..000000000000
--- a/app-text/djvu/djvu-3.5.14.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.14.ebuild,v 1.8 2006/06/24 05:27:42 cardoe Exp $
-
-inherit nsplugins flag-o-matic
-
-MY_P="${PN}libre-${PV}"
-
-DESCRIPTION="A web-centric format and software platform for distributing documents and images."
-HOMEPAGE="http://djvu.sourceforge.net"
-SRC_URI="mirror://sourceforge/djvu/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc amd64 ppc"
-IUSE="xml qt3"
-
-DEPEND=">=media-libs/jpeg-6b-r2
- qt3? ( <x11-libs/qt-4 )"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- # assembler problems and hence non-building with pentium4
- # <obz@gentoo.org>
- replace-flags -march=pentium4 -march=pentium3
-
- local myconf=""
- use xml \
- && myconf="${myconf} --enable-xmltools"
- use qt3 \
- || myconf="${myconf} --without-qt"
-
- econf ${myconf} || die "econf failed"
- make depend || die "make depend failed"
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- einstall || die
- # plugin installation from eclass
- inst_plugin /usr/lib/netscape/plugins/nsdejavu.so
-}
diff --git a/app-text/djvu/djvu-3.5.16.ebuild b/app-text/djvu/djvu-3.5.16.ebuild
deleted file mode 100644
index 5aaa26cca46d..000000000000
--- a/app-text/djvu/djvu-3.5.16.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.16.ebuild,v 1.14 2006/06/24 05:27:42 cardoe Exp $
-
-inherit nsplugins flag-o-matic fdo-mime eutils multilib toolchain-funcs
-
-MY_P="${PN}libre-${PV}"
-
-DESCRIPTION="DjVu viewers, encoders and utilities."
-HOMEPAGE="http://djvu.sourceforge.net"
-SRC_URI="mirror://sourceforge/djvu/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE="xml qt3 jpeg tiff debug threads nls nsplugin kde"
-
-DEPEND="jpeg? ( >=media-libs/jpeg-6b-r2 )
- tiff? ( media-libs/tiff )
- qt3? ( <x11-libs/qt-4 )"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # gcc 4 compilation fixes
- if [ $(gcc-major-version) -ge 4 ]; then
- epatch ${FILESDIR}/${P}-gcc41-hash.patch || die
- epatch ${FILESDIR}/${P}-gcc41.patch || die
- fi
-
- # Replace autochecking acdesktop.m4 with a gentoo-specific one
- cp ${FILESDIR}/gentoo-acdesktop.m4 ${S}/gui/desktop/acdesktop.m4
-
- aclocal -I config -I gui/desktop || die "aclocal failed"
- autoconf || die "autoconf failed"
- libtoolize --copy --force
-}
-
-src_compile() {
- # assembler problems and hence non-building with pentium4
- # <obz@gentoo.org>
- replace-flags -march=pentium4 -march=pentium3
-
- if use kde ; then
- export kde_mimelnk=/usr/share/mimelnk
- fi
-
- # When enabling qt it must be compiled with threads. See bug #89544.
- if use qt3 ; then
- QTCONF=" --with-qt --enable-threads "
- elif use threads ; then
- QTCONF=" --enable-threads "
- else
- QTCONF=" --disable-threads "
- fi
-
- econf --enable-desktopfiles \
- $(use_enable xml xmltools) \
- $(use_with jpeg) \
- $(use_with tiff) \
- $(use_enable nls i18n) \
- $(use_enable debug) \
- ${QTCONF} \
- || die "econf failed"
-
- if ! use nsplugin; then
- sed -e 's:nsdjvu::' -i ${S}/gui/Makefile
- fi
-
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} plugindir=/usr/$(get_libdir)/${PLUGINS_DIR} install
-}
diff --git a/app-text/djvu/files/digest-djvu-3.5.12 b/app-text/djvu/files/digest-djvu-3.5.12
deleted file mode 100644
index 2b883795c707..000000000000
--- a/app-text/djvu/files/digest-djvu-3.5.12
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 4adeb92beb8295aa330b9c6b042ba02d djvulibre-3.5.12.tar.gz 1298191
-RMD160 f33188076009fa825d369c59c2cc811671f04a9a djvulibre-3.5.12.tar.gz 1298191
-SHA256 2f766ca3d331bbcc351072cef9152d31d01999b434daceaccff91b45e7a2d42b djvulibre-3.5.12.tar.gz 1298191
diff --git a/app-text/djvu/files/digest-djvu-3.5.14 b/app-text/djvu/files/digest-djvu-3.5.14
deleted file mode 100644
index df5aac6f9d93..000000000000
--- a/app-text/djvu/files/digest-djvu-3.5.14
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 a9b60d0c47d6b98e321100d329c7f3b3 djvulibre-3.5.14.tar.gz 1742428
-RMD160 6f5724f177e1080ad5b853335f069bebaba5c548 djvulibre-3.5.14.tar.gz 1742428
-SHA256 049774c33d03b48006a99c61e431e3e9242985d62b65a54abf024a492c71acc2 djvulibre-3.5.14.tar.gz 1742428
diff --git a/app-text/djvu/files/digest-djvu-3.5.14-r1 b/app-text/djvu/files/digest-djvu-3.5.14-r1
deleted file mode 100644
index df5aac6f9d93..000000000000
--- a/app-text/djvu/files/digest-djvu-3.5.14-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 a9b60d0c47d6b98e321100d329c7f3b3 djvulibre-3.5.14.tar.gz 1742428
-RMD160 6f5724f177e1080ad5b853335f069bebaba5c548 djvulibre-3.5.14.tar.gz 1742428
-SHA256 049774c33d03b48006a99c61e431e3e9242985d62b65a54abf024a492c71acc2 djvulibre-3.5.14.tar.gz 1742428
diff --git a/app-text/djvu/files/digest-djvu-3.5.16 b/app-text/djvu/files/digest-djvu-3.5.16
deleted file mode 100644
index 1ccbfc349293..000000000000
--- a/app-text/djvu/files/digest-djvu-3.5.16
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 5591c99a50aed1613a796a5aa4978fc0 djvulibre-3.5.16.tar.gz 1803961
-RMD160 7b4aaf69665d7ee33ec5476be88b3d9e075a26f0 djvulibre-3.5.16.tar.gz 1803961
-SHA256 3d90cdb7ad4c0481ec90796f12cfaf5240c4d73ba59e158d8ee333fec0837b58 djvulibre-3.5.16.tar.gz 1803961