summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/psutils/ChangeLog6
-rw-r--r--app-text/psutils/psutils-1.17-r1.ebuild39
-rw-r--r--app-text/psutils/psutils-1.17.ebuild38
3 files changed, 5 insertions, 78 deletions
diff --git a/app-text/psutils/ChangeLog b/app-text/psutils/ChangeLog
index cf362a479dc6..16b3f02abdf4 100644
--- a/app-text/psutils/ChangeLog
+++ b/app-text/psutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/psutils
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/ChangeLog,v 1.38 2013/04/14 11:47:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/ChangeLog,v 1.39 2013/04/14 16:52:27 ulm Exp $
+
+ 14 Apr 2013; Ulrich Müller <ulm@gentoo.org> -psutils-1.17.ebuild,
+ -psutils-1.17-r1.ebuild:
+ Remove old.
14 Apr 2013; Agostino Sarubbo <ago@gentoo.org> psutils-1.17-r2.ebuild:
Stable for sh, wrt bug #460618
diff --git a/app-text/psutils/psutils-1.17-r1.ebuild b/app-text/psutils/psutils-1.17-r1.ebuild
deleted file mode 100644
index fb9453af4cb7..000000000000
--- a/app-text/psutils/psutils-1.17-r1.ebuild
+++ /dev/null
@@ -1,39 +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/psutils/psutils-1.17-r1.ebuild,v 1.5 2012/05/09 16:30:11 aballier Exp $
-
-EAPI=3
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="PostScript Utilities"
-HOMEPAGE="http://www.tardis.ed.ac.uk/~ajcd/psutils"
-SRC_URI="ftp://ftp.enst.fr/pub/unix/a2ps/${P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-lang/perl"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-ldflags.patch"
- sed \
- -e "s:/usr/local:\$(DESTDIR)${EPREFIX}/usr:" \
- "${S}/Makefile.unix" > "${S}/Makefile"
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" || die
-}
-
-src_install () {
- dodir /usr/{bin,share/man}
- emake DESTDIR="${D}" install || die
- dodoc README
-}
diff --git a/app-text/psutils/psutils-1.17.ebuild b/app-text/psutils/psutils-1.17.ebuild
deleted file mode 100644
index 2171072a90a7..000000000000
--- a/app-text/psutils/psutils-1.17.ebuild
+++ /dev/null
@@ -1,38 +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/psutils/psutils-1.17.ebuild,v 1.32 2011/02/06 06:01:23 leio Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="PostScript Utilities"
-HOMEPAGE="http://www.tardis.ed.ac.uk/~ajcd/psutils"
-SRC_URI="ftp://ftp.enst.fr/pub/unix/a2ps/${P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-lang/perl"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- sed \
- -e "s:/usr/local:\$(DESTDIR)/usr:" \
- -e "s:-DUNIX -O:-DUNIX ${CFLAGS}:" \
- "${S}/Makefile.unix" > "${S}/Makefile"
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" || die
-}
-
-src_install () {
- dodir /usr/{bin,share/man}
- make DESTDIR="${D}" install || die
- dodoc README
-}