summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-10-12 10:56:25 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-10-12 10:56:25 +0000
commit5a679b33310b1e3d817211d368a0919078f02826 (patch)
tree7a0e77c854c48e3bde7e1f84666ea04413337582 /dev-util/cgvg
parentx11-apps/mkfontdir: bump to 1.0.5, sync with overlay (diff)
downloadgentoo-2-5a679b33310b1e3d817211d368a0919078f02826.tar.gz
gentoo-2-5a679b33310b1e3d817211d368a0919078f02826.tar.bz2
gentoo-2-5a679b33310b1e3d817211d368a0919078f02826.zip
Use DESTDIR. Define IUSE.
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/cgvg')
-rw-r--r--dev-util/cgvg/cgvg-1.6.2.ebuild25
1 files changed, 8 insertions, 17 deletions
diff --git a/dev-util/cgvg/cgvg-1.6.2.ebuild b/dev-util/cgvg/cgvg-1.6.2.ebuild
index 8b33eb8f6530..498b0a94ad4e 100644
--- a/dev-util/cgvg/cgvg-1.6.2.ebuild
+++ b/dev-util/cgvg/cgvg-1.6.2.ebuild
@@ -1,29 +1,20 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cgvg/cgvg-1.6.2.ebuild,v 1.2 2007/07/12 01:05:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cgvg/cgvg-1.6.2.ebuild,v 1.3 2009/10/12 10:56:25 ssuominen Exp $
-DESCRIPTION="A tiny version of cscope that is much more useful in certian
-instances."
+DESCRIPTION="A tiny version of cscope that is much more useful in certian instances"
HOMEPAGE="http://uzix.org/cgvg.html"
SRC_URI="http://uzix.org/cgvg/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+IUSE=""
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- econf || die
- make clean || die
- emake || die
-}
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}"
src_install() {
- einstall || die
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS NEWS README TODO
}