diff options
author | 2015-01-31 13:00:34 +0000 | |
---|---|---|
committer | 2015-01-31 13:00:34 +0000 | |
commit | d836933aca143d90c6e563d061082ac9f202e444 (patch) | |
tree | aee9ab36f4ffd8574149ca25db61d1573a197b01 /app-text | |
parent | Add media-video/smplayer-14.9.0.6690 to mpv-0.6/libav-10 mask (diff) | |
download | gentoo-2-d836933aca143d90c6e563d061082ac9f202e444.tar.gz gentoo-2-d836933aca143d90c6e563d061082ac9f202e444.tar.bz2 gentoo-2-d836933aca143d90c6e563d061082ac9f202e444.zip |
Drop old. Update dead links. Bug #537714
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/u2ps/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/u2ps/u2ps-0.8.1.ebuild | 45 | ||||
-rw-r--r-- | app-text/u2ps/u2ps-0.8.2.ebuild | 45 | ||||
-rw-r--r-- | app-text/u2ps/u2ps-0.8.3.ebuild | 42 | ||||
-rw-r--r-- | app-text/u2ps/u2ps-0.8.4.ebuild | 10 |
5 files changed, 12 insertions, 138 deletions
diff --git a/app-text/u2ps/ChangeLog b/app-text/u2ps/ChangeLog index e2a19fcbdeb2..8c199de09686 100644 --- a/app-text/u2ps/ChangeLog +++ b/app-text/u2ps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/u2ps -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/u2ps/ChangeLog,v 1.4 2014/05/10 10:10:16 hwoarang Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/u2ps/ChangeLog,v 1.5 2015/01/31 13:00:34 hwoarang Exp $ + + 31 Jan 2015; Markos Chandras <hwoarang@gentoo.org> -u2ps-0.8.1.ebuild, + -u2ps-0.8.2.ebuild, -u2ps-0.8.3.ebuild, u2ps-0.8.4.ebuild: + Drop old. Update dead links. Bug #537714 *u2ps-0.8.4 (10 May 2014) diff --git a/app-text/u2ps/u2ps-0.8.1.ebuild b/app-text/u2ps/u2ps-0.8.1.ebuild deleted file mode 100644 index e0008cd3e66f..000000000000 --- a/app-text/u2ps/u2ps-0.8.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/u2ps/u2ps-0.8.1.ebuild,v 1.1 2011/01/19 00:01:30 hwoarang Exp $ - -EAPI=2 - -DESCRIPTION="A text to PostScript converter like a2ps, but supports UTF-8" -HOMEPAGE="http://u2ps.berlios.de/" -SRC_URI="!fonts? ( mirror://berlios/${PN}/${P}.tar.gz ) - fonts? ( mirror://berlios/${PN}/${PN}-full-${PV}.tar.gz )" - -LICENSE="GPL-3 GPL-3-with-font-exception free-noncomm" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="fonts" - -DEPEND=" - >=dev-lang/perl-5.6 - dev-perl/Text-CharWidth - app-text/ghostscript-gpl -" -RDEPEND="${DEPEND}" - -use fonts && S="${WORKDIR}/${PN}-full-${PV}" - -src_configure() { - ./configure \ - --prefix=/usr \ - --datadir=/usr/share \ - --mandir=/usr/share/man \ - --with-perl=/usr/bin/perl \ - --with-gs=/usr/bin/gs \ - || die 'configure failed' -} - -src_compile() { - emake || die 'make failed' - emake man || die 'make man failed' -} - -src_install() { - emake install DESTDIR="${D}" || die 'install failed' - dodoc README DESIGN || die 'dodoc failed' - doman man/u2ps.1 || die 'doman failed' -} diff --git a/app-text/u2ps/u2ps-0.8.2.ebuild b/app-text/u2ps/u2ps-0.8.2.ebuild deleted file mode 100644 index 222a31e5e891..000000000000 --- a/app-text/u2ps/u2ps-0.8.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/u2ps/u2ps-0.8.2.ebuild,v 1.1 2011/09/13 14:46:54 hwoarang Exp $ - -EAPI=2 - -DESCRIPTION="A text to PostScript converter like a2ps, but supports UTF-8" -HOMEPAGE="http://u2ps.berlios.de/" -SRC_URI="!fonts? ( mirror://berlios/${PN}/${P}.tar.gz ) - fonts? ( mirror://berlios/${PN}/${PN}-full-${PV}.tar.gz )" - -LICENSE="GPL-3 GPL-3-with-font-exception free-noncomm" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="fonts" - -DEPEND=" - >=dev-lang/perl-5.6 - dev-perl/Text-CharWidth - app-text/ghostscript-gpl -" -RDEPEND="${DEPEND}" - -use fonts && S="${WORKDIR}/${PN}-full-${PV}" - -src_configure() { - ./configure \ - --prefix=/usr \ - --datadir=/usr/share \ - --mandir=/usr/share/man \ - --with-perl=/usr/bin/perl \ - --with-gs=/usr/bin/gs \ - || die 'configure failed' -} - -src_compile() { - emake || die 'make failed' - emake man || die 'make man failed' -} - -src_install() { - emake install DESTDIR="${D}" || die 'install failed' - dodoc README DESIGN || die 'dodoc failed' - doman man/u2ps.1 || die 'doman failed' -} diff --git a/app-text/u2ps/u2ps-0.8.3.ebuild b/app-text/u2ps/u2ps-0.8.3.ebuild deleted file mode 100644 index 33622ef88880..000000000000 --- a/app-text/u2ps/u2ps-0.8.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/u2ps/u2ps-0.8.3.ebuild,v 1.1 2012/12/09 10:07:40 hwoarang Exp $ - -EAPI=5 - -DESCRIPTION="A text to PostScript converter like a2ps, but supports UTF-8" -HOMEPAGE="http://u2ps.berlios.de/" -SRC_URI="mirror://berlios/${PN}/${P}.tar.gz" - -LICENSE="GPL-3 GPL-3-with-font-exception free-noncomm" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - >=dev-lang/perl-5.6 - dev-perl/Text-CharWidth - app-text/ghostscript-gpl -" -RDEPEND="${DEPEND}" - -src_configure() { - ./configure \ - --prefix=/usr \ - --datadir=/usr/share \ - --mandir=/usr/share/man \ - --with-perl=/usr/bin/perl \ - --with-gs=/usr/bin/gs \ - || die 'configure failed' -} - -src_compile() { - emake - emake man -} - -src_install() { - emake install DESTDIR="${D}" - dodoc README DESIGN - doman man/u2ps.1 -} diff --git a/app-text/u2ps/u2ps-0.8.4.ebuild b/app-text/u2ps/u2ps-0.8.4.ebuild index a3c73071ae11..2876daac3d3e 100644 --- a/app-text/u2ps/u2ps-0.8.4.ebuild +++ b/app-text/u2ps/u2ps-0.8.4.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/u2ps/u2ps-0.8.4.ebuild,v 1.1 2014/05/10 10:10:16 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/u2ps/u2ps-0.8.4.ebuild,v 1.2 2015/01/31 13:00:34 hwoarang Exp $ EAPI=5 DESCRIPTION="A text to PostScript converter like a2ps, but supports UTF-8" -HOMEPAGE="http://u2ps.berlios.de/" -SRC_URI="mirror://berlios/${PN}/${P}.tar.gz" +HOMEPAGE="http://sourceforge.net/projects/u2ps.berlios/" +SRC_URI="mirror://sourceforge/project/${PN}.berlios/${PN}-full-${PV}.tar.gz" LICENSE="GPL-3 GPL-3-with-font-exception free-noncomm" SLOT="0" @@ -20,6 +20,8 @@ DEPEND=" " RDEPEND="${DEPEND}" +S="${WORKDIR}"/${PN}-full-${PV} + src_configure() { ./configure \ --prefix=/usr \ |