summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2008-12-30 20:31:38 +0000
committerChristoph Mende <angelos@gentoo.org>2008-12-30 20:31:38 +0000
commitf8678a7f84ca6f3b0a174de57ea8075f8fa86c57 (patch)
treef00ec7b981ea3dd24c7e32623e662fb25f8f9855 /app-misc
parentQA: Respect CC (bug 243678) (diff)
downloadhistorical-f8678a7f84ca6f3b0a174de57ea8075f8fa86c57.tar.gz
historical-f8678a7f84ca6f3b0a174de57ea8075f8fa86c57.tar.bz2
historical-f8678a7f84ca6f3b0a174de57ea8075f8fa86c57.zip
QA: Respect CC (bug 243680)
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28 x86_64
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/tprint/ChangeLog7
-rw-r--r--app-misc/tprint/tprint-1.1.0.ebuild21
-rw-r--r--app-misc/wipe/Manifest14
3 files changed, 28 insertions, 14 deletions
diff --git a/app-misc/tprint/ChangeLog b/app-misc/tprint/ChangeLog
index c45ff48dd9f7..ed952b732b23 100644
--- a/app-misc/tprint/ChangeLog
+++ b/app-misc/tprint/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/tprint
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tprint/ChangeLog,v 1.5 2007/03/19 13:22:29 kloeri Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tprint/ChangeLog,v 1.6 2008/12/30 20:31:38 angelos Exp $
+
+ 30 Dec 2008; Christoph Mende <angelos@gentoo.org> tprint-1.1.0.ebuild:
+ QA: Respect CC (bug 243680)
19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
Remove pfeifer from metadata.xml due to retirement.
diff --git a/app-misc/tprint/tprint-1.1.0.ebuild b/app-misc/tprint/tprint-1.1.0.ebuild
index 29599cb96759..b197ea9eaf11 100644
--- a/app-misc/tprint/tprint-1.1.0.ebuild
+++ b/app-misc/tprint/tprint-1.1.0.ebuild
@@ -1,28 +1,29 @@
-# Copyright 1999-2005 Gentoo Foundation
+# 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.3 2005/01/01 15:27:25 eradicator Exp $
+# $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/tprint/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
-RDEPEND="virtual/libc"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -i -e "s:-g -O2 -Wall:${CFLAGS}:g" \
- Makefile || die "Error parsing Makefile"
+ -e "s:cc:$(tc-getCC):" \
+ Makefile || die "sed failed"
}
src_compile() {
- emake || die "failed during compiling..."
+ emake || die "emake failed"
}
src_install() {
@@ -30,7 +31,7 @@ src_install() {
insinto /etc/tprint
doins tprint.conf
exeinto /usr/bin
- doexe tprint
+ doexe tprint || die "doexe failed"
dodoc INSTALL README
}
diff --git a/app-misc/wipe/Manifest b/app-misc/wipe/Manifest
index 31121ed809a7..6a7b0c5936c6 100644
--- a/app-misc/wipe/Manifest
+++ b/app-misc/wipe/Manifest
@@ -1,4 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
DIST wipe-wip-20050509.tar.bz2 71680 RMD160 f4f159e96a2d9657e90d3f6622f0594c5addb3b4 SHA1 c7f8b4b389d5935b26c617161c7aaec1f0e1fe24 SHA256 27802542acd1324457a2846e7c63a54b2d35780b42c639e467d823f56928c63b
-EBUILD wipe-2.2.20050509.ebuild 827 RMD160 366823cfc2c4305e1b9fc1f2c49e403bcc18859b SHA1 52acb68eb04f8ce8cd6b1678c8bbda7852bd9cfb SHA256 8b79410643e8ecd339b25d96f5af592e3ff3a1bb445e7ddc5df795ef9220365c
-MISC ChangeLog 2123 RMD160 c0bef937e0af73b9d524fdccc4d693fabc2e913a SHA1 a6e19650d9ba307b4f56b1980ff0dbade89df7aa SHA256 8bff75e9e25bfcb82225969302b6fad06113174efbf350b0844148516656019c
+EBUILD wipe-2.2.20050509.ebuild 971 RMD160 785fd12fb147fcd94fb5d79a3ea58fb81ad02b40 SHA1 89871a1dbca14fa7e528fa1c8307755e8dba861a SHA256 e901925062ff53e250975f0b737811eda3e9c0c39674470e0e26d5bbc736b45c
+MISC ChangeLog 2260 RMD160 9bbaf9855b6814497c2d6714bc9e53d16fe4cb86 SHA1 83a54041f32d7c5cd4b921973ed08f28603abf83 SHA256 8ea0a524d436c05c39e3b1abb32e3fc269940e367940ebf37b070914558f2712
MISC metadata.xml 314 RMD160 25181cde297628576a9545bea3a76601485bfaf3 SHA1 ac16b621acf5a22b64859e3323d466fb556fc4c8 SHA256 736baab77aea9c4da199c01e3cd6877c271bd02357ff9b41b537a2232c6e96d7
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.9 (GNU/Linux)
+
+iEUEARECAAYFAklahjQACgkQKhnDs22gwa8r3gCXfEqWLCUweXYahXMbk0L7C3k3
+BACeKXIIYYIL1KQsr3gok+/q6AQ6/74=
+=Oh99
+-----END PGP SIGNATURE-----