diff options
author | 2010-03-22 03:38:32 +0000 | |
---|---|---|
committer | 2010-03-22 03:38:32 +0000 | |
commit | d59dd56802bf4a89ec59d408e87ec7bc619813b2 (patch) | |
tree | c1cac6e8a75a4b716bac9cd0c53fe8885016436e /dev-util/cppi/cppi-1.15.ebuild | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-d59dd56802bf4a89ec59d408e87ec7bc619813b2.tar.gz gentoo-2-d59dd56802bf4a89ec59d408e87ec7bc619813b2.tar.bz2 gentoo-2-d59dd56802bf4a89ec59d408e87ec7bc619813b2.zip |
Version bump.
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-util/cppi/cppi-1.15.ebuild')
-rw-r--r-- | dev-util/cppi/cppi-1.15.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-util/cppi/cppi-1.15.ebuild b/dev-util/cppi/cppi-1.15.ebuild new file mode 100644 index 000000000000..3af76cf61e14 --- /dev/null +++ b/dev-util/cppi/cppi-1.15.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppi/cppi-1.15.ebuild,v 1.1 2010/03/22 03:38:32 jer Exp $ + +EAPI=3 + +DESCRIPTION="a cpp directive indenter" +HOMEPAGE="http://savannah.gnu.org/projects/cppi" +SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="app-arch/xz-utils" +RDEPEND="" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS ChangeLog NEWS THANKS TODO +} |