summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-01-06 13:44:34 +0000
committerJustin Lecher <jlec@gentoo.org>2014-01-06 13:44:34 +0000
commit9c20f15464535a3691c8a6839f726971ed85238e (patch)
tree1064d442c53d25f6bf4ca41e14c010d8311c6b53 /sci-misc
parentWhitespace (diff)
downloadgentoo-2-9c20f15464535a3691c8a6839f726971ed85238e.tar.gz
gentoo-2-9c20f15464535a3691c8a6839f726971ed85238e.tar.bz2
gentoo-2-9c20f15464535a3691c8a6839f726971ed85238e.zip
sci-misc/gcam: Punt base.eclass; drop live ebuild
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/gcam/ChangeLog8
-rw-r--r--sci-misc/gcam/gcam-2010.07.27-r1.ebuild10
-rw-r--r--sci-misc/gcam/gcam-9999.ebuild51
-rw-r--r--sci-misc/gcam/metadata.xml6
4 files changed, 14 insertions, 61 deletions
diff --git a/sci-misc/gcam/ChangeLog b/sci-misc/gcam/ChangeLog
index efe1fe10907f..ea4fba7e8a10 100644
--- a/sci-misc/gcam/ChangeLog
+++ b/sci-misc/gcam/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-misc/gcam
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/gcam/ChangeLog,v 1.10 2012/12/28 12:30:29 kensington Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/gcam/ChangeLog,v 1.11 2014/01/06 13:44:33 jlec Exp $
+
+ 06 Jan 2014; Justin Lecher <jlec@gentoo.org> gcam-2010.07.27-r1.ebuild,
+ -gcam-9999.ebuild, metadata.xml:
+ Punt base.eclass; drop live ebuild
28 Dec 2012; Michael Palimaka <kensington@gentoo.org> -gcam-2010.07.27.ebuild:
Remove old.
diff --git a/sci-misc/gcam/gcam-2010.07.27-r1.ebuild b/sci-misc/gcam/gcam-2010.07.27-r1.ebuild
index 521b05faa1d1..e946192a8c1f 100644
--- a/sci-misc/gcam/gcam-2010.07.27-r1.ebuild
+++ b/sci-misc/gcam/gcam-2010.07.27-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/gcam/gcam-2010.07.27-r1.ebuild,v 1.3 2012/12/28 11:28:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/gcam/gcam-2010.07.27-r1.ebuild,v 1.4 2014/01/06 13:44:33 jlec Exp $
EAPI=5
-inherit autotools base
+inherit autotools eutils
DESCRIPTION="GNU Computer Aided Manufacturing"
HOMEPAGE="http://gcam.js.cx"
@@ -18,7 +18,7 @@ IUSE=""
RDEPEND="
dev-libs/expat
dev-libs/glib:2
- >=media-libs/libpng-1.5
+ >=media-libs/libpng-1.5:0
virtual/opengl
virtual/glu
x11-libs/gdk-pixbuf
@@ -34,7 +34,7 @@ PATCHES=(
)
src_prepare() {
- base_src_prepare
+ epatch ${PATCHES[@]}
eautoreconf
}
diff --git a/sci-misc/gcam/gcam-9999.ebuild b/sci-misc/gcam/gcam-9999.ebuild
deleted file mode 100644
index ee31846fa6fd..000000000000
--- a/sci-misc/gcam/gcam-9999.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/gcam/gcam-9999.ebuild,v 1.3 2012/11/19 15:51:40 kensington Exp $
-
-EAPI=5
-ESVN_REPO_URI="http://gcam.js.cx/svn/gcam/trunk"
-ESVN_USER=gcam
-ESVN_PASSWORD=gcam
-
-inherit autotools base subversion
-
-DESCRIPTION="GNU Computer Aided Manufacturing"
-HOMEPAGE="http://gcam.js.cx"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="
- dev-libs/expat
- dev-libs/glib:2
- dev-libs/libxml2
- >=media-libs/libpng-1.5
- virtual/opengl
- virtual/glu
- x11-libs/gdk-pixbuf
- x11-libs/gtk+:2
- x11-libs/gtkglext
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}/${PN}-2010.07.27-cflags.patch"
- "${FILESDIR}/${PN}-2010.07.27-libpng15.patch"
-)
-
-src_prepare() {
- base_src_prepare
- eautoreconf
-}
-
-src_configure() {
- econf --enable-static=no
-}
-
-src_install() {
- default
- prune_libtool_files
-}
diff --git a/sci-misc/gcam/metadata.xml b/sci-misc/gcam/metadata.xml
index 91f4e72fb544..1470e032181b 100644
--- a/sci-misc/gcam/metadata.xml
+++ b/sci-misc/gcam/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>maintainer-needed@gentoo.org</email>
- </maintainer>
+ <maintainer>
+ <email>maintainer-needed@gentoo.org</email>
+ </maintainer>
</pkgmetadata>