commit:     c8892517aeffc7d7f300821e65bb1943bab73c2c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  1 10:29:20 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Nov  1 10:29:20 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c8892517

dev-cpp/growler-thread: Bump to EAPI=5

Package-Manager: portage-2.2.14

---
 dev-cpp/growler-thread/ChangeLog                   |  6 ++++-
 dev-cpp/growler-thread/growler-thread-0.3.4.ebuild | 26 +++++++++-------------
 dev-cpp/growler-thread/metadata.xml                | 10 ++++-----
 3 files changed, 20 insertions(+), 22 deletions(-)

diff --git a/dev-cpp/growler-thread/ChangeLog b/dev-cpp/growler-thread/ChangeLog
index fe5d38f..3ef57d7 100644
--- a/dev-cpp/growler-thread/ChangeLog
+++ b/dev-cpp/growler-thread/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-cpp/growler-thread
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  01 Nov 2014; Justin Lecher <[email protected]> growler-thread-0.3.4.ebuild,
+  metadata.xml:
+  Bump to EAPI=5
+
   23 Jun 2010; Andreas K. Huettel (dilfridge) <[email protected]>
   growler-thread-0.3.4.ebuild:
   QA fixes

diff --git a/dev-cpp/growler-thread/growler-thread-0.3.4.ebuild 
b/dev-cpp/growler-thread/growler-thread-0.3.4.ebuild
index c8862b5..f7f35f4 100644
--- a/dev-cpp/growler-thread/growler-thread-0.3.4.ebuild
+++ b/dev-cpp/growler-thread/growler-thread-0.3.4.ebuild
@@ -2,32 +2,26 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-SLOT="0"
-LICENSE="NOSA"
-
-KEYWORDS="~amd64 ~x86"
+EAPI=5
 
-DESCRIPTION="Growler-Thread is a pthread wrapper library."
+DESCRIPTION="Pthread wrapper library"
 HOMEPAGE="http://www.nas.nasa.gov/~bgreen/growler/";
 SRC_URI="${HOMEPAGE}/downloads/growler-thread-${PV}.tar.gz"
 
+SLOT="0"
+LICENSE="NOSA"
 IUSE="doc static"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND=">=dev-cpp/growler-link-0.3.7"
-
 DEPEND="${RDEPEND}
-               doc? ( app-doc/doxygen )"
+       doc? ( app-doc/doxygen )"
+
+DOCS=( README NEWS AUTHORS NOSA ChangeLog )
 
-src_compile() {
+src_configure() {
        econf \
                $(use_enable doc) \
                $(use_enable static) \
-               --enable-fast-install \
-               || die "could not configure"
-       emake || die "emake failed"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "install failed"
-       dodoc README NEWS AUTHORS NOSA ChangeLog
+               --enable-fast-install
 }

diff --git a/dev-cpp/growler-thread/metadata.xml 
b/dev-cpp/growler-thread/metadata.xml
index c719b18..0b2dfa3 100644
--- a/dev-cpp/growler-thread/metadata.xml
+++ b/dev-cpp/growler-thread/metadata.xml
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <maintainer>
-               <email>[email protected]</email>
-               <name>Bryan Green</name>
-       </maintainer>
-       <longdescription>
+  <maintainer>
+    <email>[email protected]</email>
+    <name>Bryan Green</name>
+  </maintainer>
+  <longdescription>
                Growler-Thread is a pthread wrapper library used by Growler. It 
provides
                support for creating threads, and for common multithreading 
tasks
        </longdescription>

Reply via email to