diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2005-01-25 22:05:42 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2005-01-25 22:05:42 +0000 |
commit | cc5957bad6073ac8cdaf85b937c7e5e7ce32e2b0 (patch) | |
tree | d481adccd08a963af502ed4ba20e71fe80847b20 /dev-cpp | |
parent | (Portage version: 2.0.51-r15) (Manifest recommit) (diff) | |
download | gentoo-2-cc5957bad6073ac8cdaf85b937c7e5e7ce32e2b0.tar.gz gentoo-2-cc5957bad6073ac8cdaf85b937c7e5e7ce32e2b0.tar.bz2 gentoo-2-cc5957bad6073ac8cdaf85b937c7e5e7ce32e2b0.zip |
New package
(Portage version: 2.0.51-r14)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gccxml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-cpp/gccxml/Manifest | 2 | ||||
-rw-r--r-- | dev-cpp/gccxml/files/digest-gccxml-0.6.0 | 1 | ||||
-rw-r--r-- | dev-cpp/gccxml/gccxml-0.6.0.ebuild | 32 | ||||
-rw-r--r-- | dev-cpp/gccxml/metadata.xml | 7 |
5 files changed, 49 insertions, 0 deletions
diff --git a/dev-cpp/gccxml/ChangeLog b/dev-cpp/gccxml/ChangeLog new file mode 100644 index 000000000000..95b3368de885 --- /dev/null +++ b/dev-cpp/gccxml/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for dev-cpp/gccxml +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/ChangeLog,v 1.1 2005/01/25 22:05:42 g2boojum Exp $ + + 25 Jan 2005; Grant Goodyear <g2boojum@gentoo.org> : + New package. + diff --git a/dev-cpp/gccxml/Manifest b/dev-cpp/gccxml/Manifest new file mode 100644 index 000000000000..80f454da642f --- /dev/null +++ b/dev-cpp/gccxml/Manifest @@ -0,0 +1,2 @@ +MD5 b36b1ccce00e4ffcc71148c23e1281e1 gccxml-0.6.0.ebuild 685 +MD5 e0b7d3d4f37a51b160e97d6b2f6c4fce files/digest-gccxml-0.6.0 65 diff --git a/dev-cpp/gccxml/files/digest-gccxml-0.6.0 b/dev-cpp/gccxml/files/digest-gccxml-0.6.0 new file mode 100644 index 000000000000..9286504fab2b --- /dev/null +++ b/dev-cpp/gccxml/files/digest-gccxml-0.6.0 @@ -0,0 +1 @@ +MD5 d828349c76ca055955d0af84e8381093 gccxml-0.6.0.tar.gz 9740448 diff --git a/dev-cpp/gccxml/gccxml-0.6.0.ebuild b/dev-cpp/gccxml/gccxml-0.6.0.ebuild new file mode 100644 index 000000000000..a88d9ecc778e --- /dev/null +++ b/dev-cpp/gccxml/gccxml-0.6.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/gccxml-0.6.0.ebuild,v 1.1 2005/01/25 22:05:42 g2boojum Exp $ + +inherit versionator +PVM="$(get_version_component_range 1-2)" +DESCRIPTION="XML output extension to GCC" +HOMEPAGE="http://www.gccxml.org/" +SRC_URI="http://www.gccxml.org/files/v${PVM}/${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="dev-util/cmake" +RDEPEND="" + +MYBUILDDIR=${WORKDIR}/build +src_unpack() { + mkdir ${MYBUILDDIR} + unpack ${A} +} +src_compile() { + cd ${MYBUILDDIR} + cmake ../${P} -DCMAKE_INSTALL_PREFIX:PATH=/usr || die "cmake failed" + emake || die "emake failed" +} + +src_install() { + cd ${MYBUILDDIR} + make DESTDIR=${D} install || die +} diff --git a/dev-cpp/gccxml/metadata.xml b/dev-cpp/gccxml/metadata.xml new file mode 100644 index 000000000000..3777925ea36c --- /dev/null +++ b/dev-cpp/gccxml/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>g2boojum@gentoo.org</email> + </maintainer> +</pkgmetadata> |