diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-27 10:26:48 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-27 10:26:48 +0000 |
commit | c3b2fded9a1207d05e7adb1817b99a6b13704d78 (patch) | |
tree | ab959e4fb2cecfb0bdabecd15bc11b2fe300c5f2 /app-text | |
parent | Stable for x86, wrt bug #471278 (diff) | |
download | gentoo-2-c3b2fded9a1207d05e7adb1817b99a6b13704d78.tar.gz gentoo-2-c3b2fded9a1207d05e7adb1817b99a6b13704d78.tar.bz2 gentoo-2-c3b2fded9a1207d05e7adb1817b99a6b13704d78.zip |
Drop old versions as requested in bug #470692
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/qpdfview/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/qpdfview/qpdfview-0.3.4.ebuild | 52 | ||||
-rw-r--r-- | app-text/qpdfview/qpdfview-0.3.7-r2.ebuild | 57 | ||||
-rw-r--r-- | app-text/qpdfview/qpdfview-0.4.2.ebuild | 65 | ||||
-rw-r--r-- | app-text/qpdfview/qpdfview-0.4.ebuild | 65 |
5 files changed, 5 insertions, 240 deletions
diff --git a/app-text/qpdfview/ChangeLog b/app-text/qpdfview/ChangeLog index d0e725fced37..2a7c24b55231 100644 --- a/app-text/qpdfview/ChangeLog +++ b/app-text/qpdfview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/qpdfview # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/ChangeLog,v 1.43 2013/05/26 15:55:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/ChangeLog,v 1.44 2013/05/27 10:26:48 pinkbyte Exp $ + + 27 May 2013; Sergey Popov <pinkbyte@gentoo.org> -qpdfview-0.3.4.ebuild, + -qpdfview-0.3.7-r2.ebuild, -qpdfview-0.4.ebuild, -qpdfview-0.4.2.ebuild: + Drop old versions as requested in bug #470692 26 May 2013; Agostino Sarubbo <ago@gentoo.org> qpdfview-0.4.2-r1.ebuild: Stable for x86, wrt bug #470692 diff --git a/app-text/qpdfview/qpdfview-0.3.4.ebuild b/app-text/qpdfview/qpdfview-0.3.4.ebuild deleted file mode 100644 index 4671df706ef7..000000000000 --- a/app-text/qpdfview/qpdfview-0.3.4.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.3.4.ebuild,v 1.4 2013/03/02 19:44:53 hwoarang Exp $ - -EAPI=4 -PLOCALES="cs de el pt_BR ru sk uk" -inherit l10n qt4-r2 - -DESCRIPTION="A tabbed PDF viewer using the poppler library" -HOMEPAGE="http://launchpad.net/qpdfview" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV/_}/+download/${P/_}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="cups dbus svg" - -RDEPEND="app-text/poppler[qt4] - dev-qt/qtcore:4[iconv] - dev-qt/qtgui:4 - cups? ( net-print/cups ) - dbus? ( dev-qt/qtdbus:4 ) - svg? ( dev-qt/qtsvg:4 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS="CONTRIBUTORS README TODO" - -S=${WORKDIR}/${P/_} - -src_prepare() { - l10n_for_each_disabled_locale_do rm_loc -} - -src_configure() { - local config i - - for i in cups dbus svg ; do - if ! use ${i} ; then - config+=" without_${i}" - fi - done - - eqmake4 CONFIG+="${config}" -} - -rm_loc() { - einfo "Removing ${1} localization..." - sed -e "s;translations/${PN}_${1}.ts;;" \ - -i ${PN}.pro || die "sed translations failed" - rm translations/${PN}_${1}.{qm,ts} || die "rm translations failed" -} diff --git a/app-text/qpdfview/qpdfview-0.3.7-r2.ebuild b/app-text/qpdfview/qpdfview-0.3.7-r2.ebuild deleted file mode 100644 index aedb647cdd19..000000000000 --- a/app-text/qpdfview/qpdfview-0.3.7-r2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.3.7-r2.ebuild,v 1.5 2013/03/17 16:05:28 dilfridge Exp $ - -EAPI=5 -PLOCALES="ast bs ca cs da de el en_GB es eu fi fr he hr id it ky my pl pt_BR ro ru sk tr ug uk zh_CN" -inherit l10n qt4-r2 - -DESCRIPTION="A tabbed PDF viewer using the poppler library" -HOMEPAGE="http://launchpad.net/qpdfview" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV/_}/+download/${P/_}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="cups dbus sqlite +svg synctex" - -RDEPEND="app-text/poppler:=[qt4] - dev-qt/qtcore:4[iconv] - dev-qt/qtgui:4 - cups? ( net-print/cups ) - dbus? ( dev-qt/qtdbus:4 ) - sqlite? ( dev-qt/qtsql:4[sqlite] ) - svg? ( dev-qt/qtsvg:4 ) - !svg? ( virtual/freedesktop-icon-theme )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( CHANGES CONTRIBUTORS README TODO ) - -S=${WORKDIR}/${P/_} - -src_prepare() { - l10n_for_each_disabled_locale_do rm_loc -} - -src_configure() { - local config i - - for i in cups dbus svg synctex; do - if ! use ${i} ; then - config+=" without_${i}" - fi - done - - if ! use sqlite ; then - config+=" without_sql" - fi - - eqmake4 CONFIG+="${config}" -} - -rm_loc() { - sed -e "s;translations/${PN}_${1}.ts;;" \ - -i ${PN}.pro || die "sed translations failed" - rm translations/${PN}_${1}.{qm,ts} || die "rm translations failed" -} diff --git a/app-text/qpdfview/qpdfview-0.4.2.ebuild b/app-text/qpdfview/qpdfview-0.4.2.ebuild deleted file mode 100644 index b7d553c0dda3..000000000000 --- a/app-text/qpdfview/qpdfview-0.4.2.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.4.2.ebuild,v 1.3 2013/05/20 17:37:34 hwoarang Exp $ - -EAPI=5 - -PLOCALES="ast az bg bs ca cs da de el en_GB eo es eu fi fr he hr id it ky ms my pl pt_BR ro ru sk tr ug uk zh_CN" -inherit l10n multilib qt4-r2 - -DESCRIPTION="A tabbed document viewer" -HOMEPAGE="http://launchpad.net/qpdfview" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="cups dbus djvu +pdf postscript sqlite +svg synctex" - -RDEPEND="app-text/poppler[qt4] - dev-qt/qtcore:4[iconv] - dev-qt/qtgui:4 - cups? ( net-print/cups ) - dbus? ( dev-qt/qtdbus:4 ) - djvu? ( app-text/djvu ) - postscript? ( app-text/libspectre ) - sqlite? ( dev-qt/qtsql:4[sqlite] ) - svg? ( dev-qt/qtsvg:4 ) - !svg? ( virtual/freedesktop-icon-theme )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( CHANGES CONTRIBUTORS README TODO ) - -rm_loc() { - sed -e "/translations\/${PN}_${1}.ts/d" \ - -i ${PN}.pro || die "sed translations failed" - rm translations/${PN}_${1}.ts || die "rm translations failed" -} - -src_prepare() { - l10n_find_plocales_changes "translations" "${PN}_" '.ts' - l10n_for_each_disabled_locale_do rm_loc - - qt4-r2_src_prepare -} - -src_configure() { - local config i - - for i in cups dbus pdf djvu svg synctex ; do - if ! use ${i} ; then - config+=" without_${i}" - fi - done - - if ! use sqlite ; then - config+=" without_sql" - fi - - if ! use postscript ; then - config+=" without_ps" - fi - - eqmake4 CONFIG+="${config}" PLUGIN_INSTALL_PATH="/usr/$(get_libdir)/${PN}" -} diff --git a/app-text/qpdfview/qpdfview-0.4.ebuild b/app-text/qpdfview/qpdfview-0.4.ebuild deleted file mode 100644 index 36b7da289fd3..000000000000 --- a/app-text/qpdfview/qpdfview-0.4.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.4.ebuild,v 1.2 2013/03/25 04:19:41 pinkbyte Exp $ - -EAPI=5 - -PLOCALES="ast bs ca cs da de el en_GB es eu fi fr he hr id it ky ms my pl pt_BR ro ru sk tr ug uk zh_CN" -inherit l10n multilib qt4-r2 - -DESCRIPTION="A tabbed PDF viewer using the poppler library" -HOMEPAGE="http://launchpad.net/qpdfview" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="cups dbus djvu +pdf postscript sqlite +svg synctex" - -RDEPEND="app-text/poppler[qt4] - dev-qt/qtcore:4[iconv] - dev-qt/qtgui:4 - cups? ( net-print/cups ) - dbus? ( dev-qt/qtdbus:4 ) - djvu? ( app-text/djvu ) - postscript? ( app-text/libspectre ) - sqlite? ( dev-qt/qtsql:4[sqlite] ) - svg? ( dev-qt/qtsvg:4 ) - !svg? ( virtual/freedesktop-icon-theme )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( CHANGES CONTRIBUTORS README TODO ) - -rm_loc() { - sed -e "/translations\/${PN}_${1}.ts/d" \ - -i ${PN}.pro || die "sed translations failed" - rm translations/${PN}_${1}.{qm,ts} || die "rm translations failed" -} - -src_prepare() { - l10n_find_plocales_changes "translations" "${PN}_" '.ts' - l10n_for_each_disabled_locale_do rm_loc - - qt4-r2_src_prepare -} - -src_configure() { - local config i - - for i in cups dbus pdf djvu svg synctex ; do - if ! use ${i} ; then - config+=" without_${i}" - fi - done - - if ! use sqlite ; then - config+=" without_sql" - fi - - if ! use postscript ; then - config+=" without_ps" - fi - - eqmake4 CONFIG+="${config}" PLUGIN_INSTALL_PATH="/usr/$(get_libdir)/${PN}" -} |