aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-03-03 14:15:57 +0100
committerJustin Lecher <jlec@gentoo.org>2013-03-03 14:15:57 +0100
commit51cc45099cb8013a95ab19705524cbaf04f2d9d5 (patch)
tree7a1e549a273db89f371d22bf77ce2a738fff9dbe
parentsci-misc/praat: Update to new qt deps names; remove virtual/x11 (diff)
downloadsci-51cc45099cb8013a95ab19705524cbaf04f2d9d5.tar.gz
sci-51cc45099cb8013a95ab19705524cbaf04f2d9d5.tar.bz2
sci-51cc45099cb8013a95ab19705524cbaf04f2d9d5.zip
sci-mathematics/surfer: Move to autotools-utils.eclass; use virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha164
-rw-r--r--sci-mathematics/surfer/ChangeLog6
-rw-r--r--sci-mathematics/surfer/Manifest2
-rw-r--r--sci-mathematics/surfer/metadata.xml2
-rw-r--r--sci-mathematics/surfer/surfer-0.0.197.ebuild21
4 files changed, 16 insertions, 15 deletions
diff --git a/sci-mathematics/surfer/ChangeLog b/sci-mathematics/surfer/ChangeLog
index 655bcbc76..a8fe2de05 100644
--- a/sci-mathematics/surfer/ChangeLog
+++ b/sci-mathematics/surfer/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-mathematics/surfer
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 03 Mar 2013; Justin Lecher <jlec@gentoo.org> surfer-0.0.197.ebuild,
+ metadata.xml:
+ Move to autotools-utils.eclass; use virtual/pkgconfig
+
*surfer-0.0.197 (10 Mar 2011)
10 Mar 2011; Justin Lecher <jlec@gentoo.org> -surfer-0.0.158.1.ebuild,
diff --git a/sci-mathematics/surfer/Manifest b/sci-mathematics/surfer/Manifest
index 946343933..f2ddc7e0b 100644
--- a/sci-mathematics/surfer/Manifest
+++ b/sci-mathematics/surfer/Manifest
@@ -1 +1 @@
-DIST surfer-0.0.197.tar.gz 20532508 RMD160 0baf335a20e9f6abc32d76cd07f7a6332a8f2f54 SHA1 01238f0752fc502743f9b93b2c222ffbd7d6d5ef SHA256 2c19768962d43ddf43d5b32a0154b7ea48102753f29a23ee0d2f0facdd503a62
+DIST surfer-0.0.197.tar.gz 20532508 SHA256 2c19768962d43ddf43d5b32a0154b7ea48102753f29a23ee0d2f0facdd503a62 SHA512 77a0549f29b56598e383dcf53cda828caeea2325ace80159f137257f9d191e04820284b0a6eb6f406727e632863b688c6fc3e5655e8320c0f8c55b6acfef91bc WHIRLPOOL ed92854320b050118d73a06d0131c73da0ebe6530a1b89e999237e5e04a414bbc95144992301f3402b94f57ad91a9d9a348d550472898bed53241cfe733fb11f
diff --git a/sci-mathematics/surfer/metadata.xml b/sci-mathematics/surfer/metadata.xml
index 2b0bd5314..66aa9fe42 100644
--- a/sci-mathematics/surfer/metadata.xml
+++ b/sci-mathematics/surfer/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci-mathematics</herd>
+ <herd>sci-mathematics</herd>
</pkgmetadata>
diff --git a/sci-mathematics/surfer/surfer-0.0.197.ebuild b/sci-mathematics/surfer/surfer-0.0.197.ebuild
index ee0ced9d8..dc64c5e22 100644
--- a/sci-mathematics/surfer/surfer-0.0.197.ebuild
+++ b/sci-mathematics/surfer/surfer-0.0.197.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI=5
-inherit autotools
+AUTOTOOLS_AUTORECONF=true
+
+inherit autotools-utils
DESCRIPTION="Frontend to surf to visualize algebraic curves and surfaces"
HOMEPAGE="http://imaginary2008.de/surfer.php"
@@ -15,21 +17,16 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+CDEPEND="dev-cpp/gtkmm:2.4"
RDEPEND="
- dev-cpp/gtkmm:2.4
+ ${CDEPEND}
media-gfx/surf"
DEPEND="
- dev-cpp/gtkmm:2.4
- dev-util/pkgconfig"
-
-DOCS="README AUTHORS"
+ ${CDEPEND}
+ virtual/pkgconfig"
S="${WORKDIR}"/${PN}-0.1
-src_prepare() {
- eautoreconf
-}
-
pkg_postinst() {
elog "${PN} ebuild is still under development."
elog "Help us improve the ebuild in:"