diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-27 23:42:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-27 23:42:09 +0000 |
commit | bca452239100932a540b3d9f4f43f5ac7fcb8031 (patch) | |
tree | 2f6b32c5638ac76e3e306974ef08466511204ede /sys-libs | |
parent | add inherit eutils (diff) | |
download | historical-bca452239100932a540b3d9f4f43f5ac7fcb8031.tar.gz historical-bca452239100932a540b3d9f4f43f5ac7fcb8031.tar.bz2 historical-bca452239100932a540b3d9f4f43f5ac7fcb8031.zip |
add inherit eutils
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libtrash/libtrash-2.2.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-libs/libtrash/libtrash-2.2.ebuild b/sys-libs/libtrash/libtrash-2.2.ebuild index 18c493e7f46f..0e5d4be17d6c 100644 --- a/sys-libs/libtrash/libtrash-2.2.ebuild +++ b/sys-libs/libtrash/libtrash-2.2.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libtrash/libtrash-2.2.ebuild,v 1.2 2004/03/27 11:12:26 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libtrash/libtrash-2.2.ebuild,v 1.3 2004/04/27 23:42:09 vapier Exp $ + +inherit eutils gcc DESCRIPTION="provides a trash can by intercepting certain calls to glibc" HOMEPAGE="http://www.m-arriaga.net/software/libtrash/" SRC_URI="http://www.m-arriaga.net/software/libtrash/${P}.tgz" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc" -LICENSE="GPL-2" IUSE="" DEPEND=">=virtual/glibc-2.3.2 @@ -16,12 +18,11 @@ DEPEND=">=virtual/glibc-2.3.2 src_unpack() { unpack ${A} - epatch ${FILESDIR}/${P}-gentoo.patch } src_compile() { - make CC="${CC}" CFLAGS="${CFLAGS}" || die + make CC="$(gcc-getCC)" CFLAGS="${CFLAGS}" || die } src_install() { |