summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2005-01-25 22:05:42 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2005-01-25 22:05:42 +0000
commit8bbbe74b0dfb7d42cd39f54a17dfb1ea7d5c0401 (patch)
tree42cb758144ea675442d15bb13492acd4fba39b63 /dev-cpp
parentPackage-Manager: portage-2.0.51-r15 (diff)
downloadhistorical-8bbbe74b0dfb7d42cd39f54a17dfb1ea7d5c0401.tar.gz
historical-8bbbe74b0dfb7d42cd39f54a17dfb1ea7d5c0401.tar.bz2
historical-8bbbe74b0dfb7d42cd39f54a17dfb1ea7d5c0401.zip
New package
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/gccxml/ChangeLog7
-rw-r--r--dev-cpp/gccxml/Manifest4
-rw-r--r--dev-cpp/gccxml/files/digest-gccxml-0.6.01
-rw-r--r--dev-cpp/gccxml/gccxml-0.6.0.ebuild32
-rw-r--r--dev-cpp/gccxml/metadata.xml7
5 files changed, 51 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..880f20a53546
--- /dev/null
+++ b/dev-cpp/gccxml/Manifest
@@ -0,0 +1,4 @@
+MD5 a1ab4cdc0cb552b2a38077abcda33288 gccxml-0.6.0.ebuild 783
+MD5 6c567d860466040ad706f469ea63334c ChangeLog 273
+MD5 56a06f7f4c67369042ee8c3cad5605cb metadata.xml 205
+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>