diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-01-16 09:56:33 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-01-16 09:56:33 +0000 |
commit | 1bd80b86e265a96916a7b975a92ed5571cc6e93c (patch) | |
tree | 79247fd2ce89544dce57ccb0003777444ca5ddb5 /app-text/qpdfview | |
parent | Added upstream patch to fix user filter in top (bug #497438). Committed strai... (diff) | |
download | gentoo-2-1bd80b86e265a96916a7b975a92ed5571cc6e93c.tar.gz gentoo-2-1bd80b86e265a96916a7b975a92ed5571cc6e93c.tar.bz2 gentoo-2-1bd80b86e265a96916a7b975a92ed5571cc6e93c.zip |
Remove old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'app-text/qpdfview')
-rw-r--r-- | app-text/qpdfview/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/qpdfview/qpdfview-0.4.4.ebuild | 63 | ||||
-rw-r--r-- | app-text/qpdfview/qpdfview-0.4.6.ebuild | 73 |
3 files changed, 6 insertions, 138 deletions
diff --git a/app-text/qpdfview/ChangeLog b/app-text/qpdfview/ChangeLog index e06a56814b14..43af3c9c4530 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.54 2013/12/14 11:03:53 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/ChangeLog,v 1.55 2014/01/16 09:56:33 kensington Exp $ + + 16 Jan 2014; Michael Palimaka <kensington@gentoo.org> -qpdfview-0.4.4.ebuild, + -qpdfview-0.4.6.ebuild: + Remove old. 14 Dec 2013; Markos Chandras <hwoarang@gentoo.org> +files/qpdfview-0.4.7-fix-sqlite-build.patch, qpdfview-0.4.7.ebuild: diff --git a/app-text/qpdfview/qpdfview-0.4.4.ebuild b/app-text/qpdfview/qpdfview-0.4.4.ebuild deleted file mode 100644 index 111cb6481354..000000000000 --- a/app-text/qpdfview/qpdfview-0.4.4.ebuild +++ /dev/null @@ -1,63 +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.4.ebuild,v 1.1 2013/09/04 15:34:42 pinkbyte Exp $ - -EAPI=5 - -PLOCALES="ast az bg bs ca cs da de el en_GB eo es eu fi fr gl he hr id it kk ky ms my pl pt_BR pt 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="dev-qt/qtcore:4[iconv] - dev-qt/qtgui:4 - cups? ( net-print/cups ) - dbus? ( dev-qt/qtdbus:4 ) - djvu? ( app-text/djvu ) - pdf? ( app-text/poppler[qt4] ) - 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 ) - -prepare_locale() { - lrelease "translations/${PN}_${1}.ts" || die "preparing ${1} locale failed" -} - -src_prepare() { - l10n_find_plocales_changes "translations" "${PN}_" '.ts' - l10n_for_each_locale_do prepare_locale - - 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.6.ebuild b/app-text/qpdfview/qpdfview-0.4.6.ebuild deleted file mode 100644 index 62b1da9f98a4..000000000000 --- a/app-text/qpdfview/qpdfview-0.4.6.ebuild +++ /dev/null @@ -1,73 +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.6.ebuild,v 1.2 2013/11/13 18:54:44 bicatali Exp $ - -EAPI=5 - -PLOCALES="ast az bg bs ca cs da de el en_GB eo es eu fi fr gl he hr id it kk ky ms my pl pt 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 ~amd64-linux ~x86-linux" -IUSE="cups dbus djvu +pdf postscript sqlite +svg synctex" - -RDEPEND="dev-qt/qtcore:4[iconv] - dev-qt/qtgui:4 - cups? ( net-print/cups ) - dbus? ( dev-qt/qtdbus:4 ) - djvu? ( app-text/djvu ) - pdf? ( app-text/poppler[qt4] ) - 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 ) - -prepare_locale() { - lrelease "translations/${PN}_${1}.ts" || die "preparing ${1} locale failed" -} - -rm_help() { - if [[ -e "miscellaneous/help_${1}.html" ]]; then - rm "miscellaneous/help_${1}.html" || die "removing extraneous help files failed" - fi -} - -src_prepare() { - l10n_find_plocales_changes "translations" "${PN}_" '.ts' - l10n_for_each_locale_do prepare_locale - l10n_for_each_disabled_locale_do rm_help - # adapt for prefix - sed -i \ - -e "s:/usr:${EPREFIX}/usr:g" \ - qpdfview.pri || die - 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="${EPREFIX}/usr/$(get_libdir)/${PN}" -} |