diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-06-18 04:18:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-06-18 04:18:25 +0000 |
commit | 357816bb28cfcb52c2a863c634bb394824f538c3 (patch) | |
tree | 81ebd0b8db4b88e5b7cee509f9a2efcb777b76d6 /net-print/pup | |
parent | added prefix support (bug #382849) (diff) | |
download | gentoo-2-357816bb28cfcb52c2a863c634bb394824f538c3.tar.gz gentoo-2-357816bb28cfcb52c2a863c634bb394824f538c3.tar.bz2 gentoo-2-357816bb28cfcb52c2a863c634bb394824f538c3.zip |
old
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-print/pup')
-rw-r--r-- | net-print/pup/ChangeLog | 8 | ||||
-rw-r--r-- | net-print/pup/pup-1.1.ebuild | 34 |
2 files changed, 5 insertions, 37 deletions
diff --git a/net-print/pup/ChangeLog b/net-print/pup/ChangeLog index af1ab8da0fd0..81b301a52b3d 100644 --- a/net-print/pup/ChangeLog +++ b/net-print/pup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/pup -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/pup/ChangeLog,v 1.11 2012/04/07 12:03:17 maekke Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/pup/ChangeLog,v 1.12 2013/06/18 04:18:25 mr_bones_ Exp $ + + 18 Jun 2013; Michael Sterrett <mr_bones_@gentoo.org> -pup-1.1.ebuild: + old 07 Apr 2012; Markus Meier <maekke@gentoo.org> pup-1.1-r1.ebuild: x86 stable, bug #397191 @@ -37,4 +40,3 @@ 08 Apr 2004; Heinrich Wendel <lanius@gentoo.org> metadata.xml: initial ebuild, thx to Scott Alfter <gentoo@salfter.dyndns.org> , bug# 46893 - diff --git a/net-print/pup/pup-1.1.ebuild b/net-print/pup/pup-1.1.ebuild deleted file mode 100644 index 8e138f620cf6..000000000000 --- a/net-print/pup/pup-1.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/pup/pup-1.1.ebuild,v 1.6 2012/04/05 19:40:45 dilfridge Exp $ - -inherit eutils - -MY_P=${P/-/_} - -DESCRIPTION="Printer Utility Program, setup & maintenance for certain Lexmark & HP printers" -HOMEPAGE="http://pup.sourceforge.net/" -SRC_URI="mirror://sourceforge/pup/${MY_P}_src.tar.gz - http://alfter.us/files/${P}-manpage-install.patch.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -DEPEND="=x11-libs/gtk+-1.2*" -IUSE="" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - epatch ${DISTDIR}/${P}-manpage-install.patch.gz -} - -src_compile() { - emake || die "emake failed" -} - -src_install() { - dodir /usr/share/man/man1 - make DESTDIR=${D} install || die -} |