summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-05-10 15:17:58 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-05-10 15:17:58 +0000
commit5fc92fd3299bbd50ea477da8e66a9200d4257e54 (patch)
tree1bfdd66b96ae4cb63b0e491f691185642b476e8b
parentRemove old (diff)
downloadgentoo-2-5fc92fd3299bbd50ea477da8e66a9200d4257e54.tar.gz
gentoo-2-5fc92fd3299bbd50ea477da8e66a9200d4257e54.tar.bz2
gentoo-2-5fc92fd3299bbd50ea477da8e66a9200d4257e54.zip
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
-rw-r--r--app-misc/tprint/ChangeLog7
-rw-r--r--app-misc/tprint/tprint-1.1.0.ebuild37
2 files changed, 5 insertions, 39 deletions
diff --git a/app-misc/tprint/ChangeLog b/app-misc/tprint/ChangeLog
index 76e3ce50a47e..d65d53e0935f 100644
--- a/app-misc/tprint/ChangeLog
+++ b/app-misc/tprint/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/tprint
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tprint/ChangeLog,v 1.7 2010/09/28 19:41:29 jer Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tprint/ChangeLog,v 1.8 2012/05/10 15:17:58 ago Exp $
+
+ 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -tprint-1.1.0.ebuild:
+ Remove old
*tprint-1.1.0-r1 (28 Sep 2010)
diff --git a/app-misc/tprint/tprint-1.1.0.ebuild b/app-misc/tprint/tprint-1.1.0.ebuild
deleted file mode 100644
index b197ea9eaf11..000000000000
--- a/app-misc/tprint/tprint-1.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tprint/tprint-1.1.0.ebuild,v 1.4 2008/12/30 20:31:38 angelos Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="Transparent Print Utility for terminals"
-HOMEPAGE="http://sourceforge.net/projects/tprint/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -i -e "s:-g -O2 -Wall:${CFLAGS}:g" \
- -e "s:cc:$(tc-getCC):" \
- Makefile || die "sed failed"
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- dodir /etc/tprint
- insinto /etc/tprint
- doins tprint.conf
- exeinto /usr/bin
- doexe tprint || die "doexe failed"
-
- dodoc INSTALL README
-}