summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-09-30 09:48:49 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-09-30 09:48:49 +0000
commitaecf225e470255730a07889cd00ee7476aa5bdc8 (patch)
treea8eee19d5fde97d23e0da31162662027d678e142 /media-libs
parentx11-drivers/xf86-video-nv: drop old ebuilds (diff)
downloadhistorical-aecf225e470255730a07889cd00ee7476aa5bdc8.tar.gz
historical-aecf225e470255730a07889cd00ee7476aa5bdc8.tar.bz2
historical-aecf225e470255730a07889cd00ee7476aa5bdc8.zip
Remove old revdep-rebuild suggestion
Package-Manager: portage-2.2_rc42/cvs/Linux x86_64
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/faad2/faad2-2.6.1-r2.ebuild21
-rw-r--r--media-libs/jasper/jasper-1.900.1-r3.ebuild12
-rw-r--r--media-libs/libexif/libexif-0.6.17.ebuild23
-rw-r--r--media-libs/pdflib/pdflib-7.0.2_p8.ebuild12
-rw-r--r--media-libs/t1lib/t1lib-5.0.2-r1.ebuild10
-rw-r--r--media-libs/t1lib/t1lib-5.1.2.ebuild10
6 files changed, 14 insertions, 74 deletions
diff --git a/media-libs/faad2/faad2-2.6.1-r2.ebuild b/media-libs/faad2/faad2-2.6.1-r2.ebuild
index 758745ea49a9..9b444426d737 100644
--- a/media-libs/faad2/faad2-2.6.1-r2.ebuild
+++ b/media-libs/faad2/faad2-2.6.1-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.6.1-r2.ebuild,v 1.9 2008/11/05 04:10:23 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.6.1-r2.ebuild,v 1.10 2009/09/30 09:44:49 ssuominen Exp $
inherit eutils autotools
@@ -16,7 +16,7 @@ IUSE="digitalradio"
RDEPEND=""
DEPEND=""
-S="${WORKDIR}/${PN}"
+S=${WORKDIR}/${PN}
src_unpack() {
unpack ${A}
@@ -32,23 +32,12 @@ src_unpack() {
src_compile() {
econf \
- $(use_with digitalradio drm)\
- --without-xmms \
- || die "econf failed"
-
+ $(use_with digitalradio drm) \
+ --without-xmms
emake || die
}
src_install() {
emake DESTDIR="${D}" install || die
-
dodoc AUTHORS ChangeLog NEWS README README.linux TODO
}
-
-pkg_postinst() {
- elog "Please note that from ${PN}-2.0* to ${P}, ABI has changed"
- elog "So if you are upgrading from those versions, you need to rebuild"
- elog "all the packages linked against ${PN}."
- elog "You can use revdep-rebuild from app-portage/gentoolkit if you are"
- elog "using portage or reconcilio if you are using paludis, or ..."
-}
diff --git a/media-libs/jasper/jasper-1.900.1-r3.ebuild b/media-libs/jasper/jasper-1.900.1-r3.ebuild
index 622685e89489..abb36a5513b5 100644
--- a/media-libs/jasper/jasper-1.900.1-r3.ebuild
+++ b/media-libs/jasper/jasper-1.900.1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r3.ebuild,v 1.9 2009/06/30 14:32:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r3.ebuild,v 1.10 2009/09/30 09:46:20 ssuominen Exp $
inherit libtool eutils
@@ -22,7 +22,6 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
cd "${S}"
-
epatch "${WORKDIR}"/${P}-fixes-20081208.patch
elibtoolize
@@ -38,13 +37,6 @@ src_compile() {
}
src_install() {
- make DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install || die
dodoc NEWS README doc/*
}
-
-pkg_postinst() {
- elog
- elog "Be noted that API has been changed, and you need to run"
- elog "revdep-rebuild from gentoolkit to correct deps."
- elog
-}
diff --git a/media-libs/libexif/libexif-0.6.17.ebuild b/media-libs/libexif/libexif-0.6.17.ebuild
index b8142eda75c5..2a139bd14b8d 100644
--- a/media-libs/libexif/libexif-0.6.17.ebuild
+++ b/media-libs/libexif/libexif-0.6.17.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/libexif-0.6.17.ebuild,v 1.7 2009/02/06 20:10:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/libexif-0.6.17.ebuild,v 1.8 2009/09/30 09:44:55 ssuominen Exp $
inherit eutils libtool
@@ -16,12 +16,10 @@ IUSE="doc nls"
DEPEND="dev-util/pkgconfig
doc? ( app-doc/doxygen )
nls? ( sys-devel/gettext )"
-
RDEPEND="nls? ( virtual/libintl )"
src_unpack() {
unpack ${A}
-
cd "${S}"
epatch "${FILESDIR}/${PN}-0.6.13-pkgconfig.patch"
@@ -44,27 +42,10 @@ src_install() {
use doc && dodir /usr/share/doc/${PF}
dodir /usr/$(get_libdir)/pkgconfig
- make DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install || die
dodoc ChangeLog README
# installs a blank directory for whatever broken reason
use nls || rm -rf "${D}usr/share/locale"
}
-
-pkg_preinst() {
- has_version "<${CATEGORY}/${PN}-0.6.13-r2"
- previous_less_than_0_6_13_r2=$?
-}
-
-pkg_postinst() {
- if [[ $previous_less_than_0_6_13_r2 = 0 ]] ; then
- elog "If you are upgrading from a version of libexif older than 0.6.13-r2,"
- elog "you will need to do the following to rebuild dependencies:"
- elog "# revdep-rebuild --soname libexif.so.9"
- elog "# revdep-rebuild --soname libexif.so.10"
- elog ""
- elog "Note, it is actually safe to create a symlink from libexif.so.10 to"
- elog "libexif.so.12 if you need to during the update."
- fi
-}
diff --git a/media-libs/pdflib/pdflib-7.0.2_p8.ebuild b/media-libs/pdflib/pdflib-7.0.2_p8.ebuild
index 65937d354847..e406dff21a60 100644
--- a/media-libs/pdflib/pdflib-7.0.2_p8.ebuild
+++ b/media-libs/pdflib/pdflib-7.0.2_p8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/pdflib/pdflib-7.0.2_p8.ebuild,v 1.10 2008/11/05 00:37:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/pdflib/pdflib-7.0.2_p8.ebuild,v 1.11 2009/09/30 09:47:59 ssuominen Exp $
EAPI="1"
@@ -139,14 +139,8 @@ src_install() {
pkg_preinst () {
perl-module_pkg_preinst
- has_version "<${CATEGORY}/${PN}-7.0.1"
- previous_less_than_7_0_1=$?
}
pkg_postinst() {
- if [[ $previous_less_than_7_0_1 = 0 ]] ; then
- ewarn "Please run revdep-rebuild now! All packages that linked with"
- ewarn "previous versions of PDFLib will no longer work unless you"
- ewarn "run it."
- fi
+ true
}
diff --git a/media-libs/t1lib/t1lib-5.0.2-r1.ebuild b/media-libs/t1lib/t1lib-5.0.2-r1.ebuild
index f54f5d81f5f7..a645c478768c 100644
--- a/media-libs/t1lib/t1lib-5.0.2-r1.ebuild
+++ b/media-libs/t1lib/t1lib-5.0.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-5.0.2-r1.ebuild,v 1.11 2009/05/28 16:07:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-5.0.2-r1.ebuild,v 1.12 2009/09/30 09:48:49 ssuominen Exp $
inherit eutils flag-o-matic libtool toolchain-funcs
@@ -63,11 +63,3 @@ src_install() {
doins *.pdf *.dvi
fi
}
-
-pkg_postinst() {
- ewarn
- ewarn "You may have to rebuild other packages depending on t1lib."
- ewarn "You may use revdep-rebuild (from app-portage/gentoolkit)"
- ewarn "to do all necessary tricks."
- ewarn
-}
diff --git a/media-libs/t1lib/t1lib-5.1.2.ebuild b/media-libs/t1lib/t1lib-5.1.2.ebuild
index f846d7b89333..0c501d472fff 100644
--- a/media-libs/t1lib/t1lib-5.1.2.ebuild
+++ b/media-libs/t1lib/t1lib-5.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-5.1.2.ebuild,v 1.3 2008/09/02 23:45:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-5.1.2.ebuild,v 1.4 2009/09/30 09:48:49 ssuominen Exp $
inherit eutils flag-o-matic libtool toolchain-funcs
@@ -64,11 +64,3 @@ src_install() {
doins *.pdf *.dvi
fi
}
-
-pkg_postinst() {
- ewarn
- ewarn "You may have to rebuild other packages depending on t1lib."
- ewarn "You may use revdep-rebuild (from app-portage/gentoolkit)"
- ewarn "to do all necessary tricks."
- ewarn
-}