diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2009-09-12 12:58:48 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2009-09-12 12:58:48 +0000 |
commit | 69dce151f7f5032073d621ee9ea7c08d4652f6a0 (patch) | |
tree | 31e9b74bc859c6d981f1ab62ba9915b78d3ede24 /media-gfx | |
parent | Keywording for ppc. (diff) | |
download | gentoo-2-69dce151f7f5032073d621ee9ea7c08d4652f6a0.tar.gz gentoo-2-69dce151f7f5032073d621ee9ea7c08d4652f6a0.tar.bz2 gentoo-2-69dce151f7f5032073d621ee9ea7c08d4652f6a0.zip |
Remove ebuilds with built_with_use calls.
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/kphotoalbum/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/kphotoalbum/kphotoalbum-3.1.0.ebuild | 84 | ||||
-rw-r--r-- | media-gfx/kphotoalbum/kphotoalbum-3.1.1-r1.ebuild | 53 |
3 files changed, 5 insertions, 138 deletions
diff --git a/media-gfx/kphotoalbum/ChangeLog b/media-gfx/kphotoalbum/ChangeLog index 7553c5f4e208..fb803be42186 100644 --- a/media-gfx/kphotoalbum/ChangeLog +++ b/media-gfx/kphotoalbum/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/kphotoalbum # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/ChangeLog,v 1.39 2009/06/02 17:09:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/ChangeLog,v 1.40 2009/09/12 12:58:48 betelgeuse Exp $ + + 12 Sep 2009; Petteri Räty <betelgeuse@gentoo.org> + -kphotoalbum-3.1.0.ebuild, -kphotoalbum-3.1.1-r1.ebuild: + Remove ebuilds with built_with_use calls. 02 Jun 2009; Raúl Porcel <armin76@gentoo.org> kphotoalbum-3.1.1-r3.ebuild: diff --git a/media-gfx/kphotoalbum/kphotoalbum-3.1.0.ebuild b/media-gfx/kphotoalbum/kphotoalbum-3.1.0.ebuild deleted file mode 100644 index 879176c8497b..000000000000 --- a/media-gfx/kphotoalbum/kphotoalbum-3.1.0.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/kphotoalbum-3.1.0.ebuild,v 1.7 2008/05/17 15:59:12 carlo Exp $ - -inherit kde - -DESCRIPTION="KDE Photo Album is a tool for indexing, searching, and viewing images." -HOMEPAGE="http://www.kphotoalbum.org/" -SRC_URI="http://www.kphotoalbum.org/download/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc sparc x86" -IUSE="arts exif raw" - -LANGS="ar be br ca cs cy da de el en_GB es et fi fr ga gl hi is it ja ka lt mt -nb nds nl pa pl pt pt_BR ro ru rw sk sr sr@Latn sv ta tr uk vi zh_CN" - -LANGS_DOC="da de es et fr it nl pt sv" - -for lang in ${LANGS}; do - IUSE="${IUSE} linguas_${lang}" -done - -DEPEND="arts? ( =kde-base/arts-3.5* ) - exif? ( >=media-gfx/exiv2-0.15 ) - raw? ( >=media-libs/libkdcraw-0.1.1 ) - >=media-libs/jpeg-6b-r7 - >=media-libs/libkipi-0.1 - || ( =kde-base/kdegraphics-3.5* =kde-base/kdegraphics-kfile-plugins-3.5* )" - -need-kde 3.5 - -PATCHES="${FILESDIR}/${P}-exiv2.patch" - -pkg_setup() { - if use exif ; then - if ! built_with_use =x11-libs/qt-3* sqlite ; then - elog "To enable KPhotoAlbum to search your images" - elog "using EXIF information you also need to have" - elog "Qt installed with SQLite support." - elog - elog "Make sure your Qt is installed with the sqlite USE flag." - die - fi - fi -} - -src_unpack() { - kde_src_unpack - - # Adapted from kde.eclass - if [[ -z ${LINGUAS} ]]; then - elog "You can drop some of the translations of the interface and" - elog "documentation by setting the \${LINGUAS} variable to the" - elog "languages you want installed." - elog - elog "Enabling all languages" - else - if [[ -n ${LANGS} ]]; then - MAKE_PO=$(echo $(echo "${LINGUAS} ${LANGS}" | tr ' ' '\n' | sort | uniq -d)) - elog "Enabling translations for: ${MAKE_PO}" - sed -i -e "s:^SUBDIRS=.*:SUBDIRS = ${MAKE_PO}:" "${KDE_S}/translations/Makefile.am" \ - || die "sed for locale failed" - rm -f "${KDE_S}/configure" - fi - - if [[ -n ${LANGS_DOC} ]]; then - MAKE_DOC=$(echo $(echo "${LINGUAS} ${LANGS_DOC}" | tr ' ' '\n' | sort | uniq -d)) - elog "Enabling documentation for: ${MAKE_DOC}" - elog "(If some languages you chose are missing, it's because there's no translation for them.)" - fi - fi -} - -src_compile() { - local myconf="$(use_enable raw kdcraw)" - if ! use exif; then - elog "NOTICE: You have the exif USE flag disabled. ${CATEGORY}/${PN}" - elog "will be compiled without EXIF support." - myconf="${myconf} --disable-exiv2" - fi - kde_src_compile -} diff --git a/media-gfx/kphotoalbum/kphotoalbum-3.1.1-r1.ebuild b/media-gfx/kphotoalbum/kphotoalbum-3.1.1-r1.ebuild deleted file mode 100644 index 43597a56bfe7..000000000000 --- a/media-gfx/kphotoalbum/kphotoalbum-3.1.1-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/kphotoalbum-3.1.1-r1.ebuild,v 1.5 2008/12/08 19:34:56 tcunha Exp $ - -USE_KEG_PACKAGING=1 -LANGS="ar be br ca cs cy da de el en_GB es et fi fr ga gl hi is it ja ka lt ms -mt nb nds nl pa pl pt pt_BR ro ru rw sk sr sr@Latn sv ta tr uk vi zh_CN" -KEG_PO_DIR=translations -inherit kde - -DESCRIPTION="KDE Photo Album is a tool for indexing, searching, and viewing images." -HOMEPAGE="http://www.kphotoalbum.org/" -SRC_URI="http://www.kphotoalbum.org/download/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc sparc x86" -IUSE="${IUSE} arts exif raw" - -DEPEND="arts? ( =kde-base/arts-3.5* ) - exif? ( >=media-gfx/exiv2-0.15 ) - raw? ( >=media-libs/libkdcraw-0.1.1 ) - >=media-libs/jpeg-6b-r7 - >=media-libs/libkipi-0.1 - || ( =kde-base/kdegraphics-kfile-plugins-3.5* =kde-base/kdegraphics-3.5* )" - -need-kde 3.5 - -PATCHES="${FILESDIR}/${P}-gcc-4.3.patch" - -pkg_setup() { - if use exif && ! built_with_use =x11-libs/qt-3* sqlite ; then - eerror "To enable KPhotoAlbum to search your images" - eerror "using EXIF information you also need to have" - eerror "Qt installed with SQLite support." - eerror - eerror "Make sure your Qt is installed with the sqlite USE flag." - die - fi -} - -src_compile() { - sed -i -e '/^MimeType/ s/$/;/' "${S}"/src/kphotoalbum-import.desktop || \ - die "sed to fix desktop entry failed." - - local myconf="$(use_enable raw kdcraw) $(use_enable exif exiv2)" - if ! use exif; then - elog "NOTICE: You have the exif USE flag disabled. ${CATEGORY}/${PN}" - elog "will be compiled without EXIF support." - fi - - kde_src_compile -} |