diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2013-06-28 16:32:47 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2013-06-28 16:32:47 +0000 |
commit | bd132c07971227b1e36fa1dfbc625d2d13611705 (patch) | |
tree | 38f8d71ffa283cda86fe1ef2555ce517f298b0e6 /app-text | |
parent | Bump to TeX Live 2013. (diff) | |
download | gentoo-2-bd132c07971227b1e36fa1dfbc625d2d13611705.tar.gz gentoo-2-bd132c07971227b1e36fa1dfbc625d2d13611705.tar.bz2 gentoo-2-bd132c07971227b1e36fa1dfbc625d2d13611705.zip |
Version bump; update GIT to fetch from https (proxy-friendly); use EAPI=5 to shorten ebuild; remove very old version.
(Portage version: 2.2.0_alpha184/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/unpaper/ChangeLog | 12 | ||||
-rw-r--r-- | app-text/unpaper/unpaper-5.ebuild (renamed from app-text/unpaper/unpaper-0.4.ebuild) | 12 | ||||
-rw-r--r-- | app-text/unpaper/unpaper-9999.ebuild | 12 |
3 files changed, 17 insertions, 19 deletions
diff --git a/app-text/unpaper/ChangeLog b/app-text/unpaper/ChangeLog index 64de455293fb..a2e60573b6db 100644 --- a/app-text/unpaper/ChangeLog +++ b/app-text/unpaper/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-text/unpaper -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/ChangeLog,v 1.10 2012/06/22 21:30:51 flameeyes Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/ChangeLog,v 1.11 2013/06/28 16:32:47 flameeyes Exp $ + +*unpaper-5 (28 Jun 2013) + + 28 Jun 2013; Diego E. Pettenò <flameeyes@gentoo.org> +unpaper-5.ebuild, + -unpaper-0.4.ebuild, unpaper-9999.ebuild: + Version bump; update GIT to fetch from https (proxy-friendly); use EAPI=5 to + shorten ebuild; remove very old version. *unpaper-0.4.2 (22 Jun 2012) @@ -48,4 +55,3 @@ 05 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org> +unpaper-0.3.ebuild, +metadata.xml: Initial import of unpaper; ebuild from my overlay; closes bug #172958. - diff --git a/app-text/unpaper/unpaper-0.4.ebuild b/app-text/unpaper/unpaper-5.ebuild index 7c989c0bfd40..99e31373bd71 100644 --- a/app-text/unpaper/unpaper-0.4.ebuild +++ b/app-text/unpaper/unpaper-5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/unpaper-0.4.ebuild,v 1.3 2011/10/10 12:05:07 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/unpaper-5.ebuild,v 1.1 2013/06/28 16:32:47 flameeyes Exp $ -EAPI=4 +EAPI=5 if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="git://github.com/Flameeyes/unpaper.git" + EGIT_REPO_URI="https://github.com/Flameeyes/unpaper.git" inherit git-2 autotools else SRC_URI="http://www.flameeyes.eu/files/${P}.tar.xz" @@ -36,7 +36,3 @@ src_configure() { --docdir=/usr/share/doc/${PF} \ --htmldir=/usr/share/doc/${PF}/html } - -src_test() { - emake check -} diff --git a/app-text/unpaper/unpaper-9999.ebuild b/app-text/unpaper/unpaper-9999.ebuild index da1b35c4b7c8..8d5e61d12456 100644 --- a/app-text/unpaper/unpaper-9999.ebuild +++ b/app-text/unpaper/unpaper-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/unpaper-9999.ebuild,v 1.4 2011/10/10 12:05:07 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/unpaper-9999.ebuild,v 1.5 2013/06/28 16:32:47 flameeyes Exp $ -EAPI=4 +EAPI=5 if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="git://github.com/Flameeyes/unpaper.git" + EGIT_REPO_URI="https://github.com/Flameeyes/unpaper.git" inherit git-2 autotools else SRC_URI="http://www.flameeyes.eu/files/${P}.tar.xz" @@ -36,7 +36,3 @@ src_configure() { --docdir=/usr/share/doc/${PF} \ --htmldir=/usr/share/doc/${PF}/html } - -src_test() { - emake check -} |