jlec        15/05/05 13:55:14

  Modified:             metadata.xml ChangeLog
  Added:                pstreams-0.8.1.ebuild
  Log:
  Version Bump; bug #547860
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.5                  dev-cpp/pstreams/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pstreams/metadata.xml?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pstreams/metadata.xml?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pstreams/metadata.xml?r1=1.4&r2=1.5

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/pstreams/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml        3 Dec 2012 10:06:56 -0000       1.4
+++ metadata.xml        5 May 2015 13:55:14 -0000       1.5
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <maintainer>
-               <email>[email protected]</email>
-               <name>Justin Lecher</name>
-       </maintainer>
+  <maintainer>
+    <email>[email protected]</email>
+    <name>Justin Lecher</name>
+  </maintainer>
 </pkgmetadata>



1.5                  dev-cpp/pstreams/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pstreams/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pstreams/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pstreams/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/pstreams/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   5 Dec 2012 12:25:26 -0000       1.4
+++ ChangeLog   5 May 2015 13:55:14 -0000       1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-cpp/pstreams
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pstreams/ChangeLog,v 1.4 2012/12/05 
12:25:26 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pstreams/ChangeLog,v 1.5 2015/05/05 
13:55:14 jlec Exp $
+
+*pstreams-0.8.1 (05 May 2015)
+
+  05 May 2015; Justin Lecher <[email protected]> +pstreams-0.8.1.ebuild,
+  metadata.xml:
+  Version Bump; bug #547860
 
   05 Dec 2012; Justin Lecher <[email protected]> pstreams-0.7.0.ebuild:
   Install all docs correctly, #442982; bump to EAPI=5 and use doheader
@@ -19,4 +25,3 @@
   18 May 2010; Justin Lecher <[email protected]> +pstreams-0.7.0.ebuild,
   +metadata.xml:
   Initial addition
-



1.1                  dev-cpp/pstreams/pstreams-0.8.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pstreams/pstreams-0.8.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pstreams/pstreams-0.8.1.ebuild?rev=1.1&content-type=text/plain

Index: pstreams-0.8.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pstreams/pstreams-0.8.1.ebuild,v 1.1 
2015/05/05 13:55:14 jlec Exp $

EAPI=5

inherit toolchain-funcs

DESCRIPTION="C++ wrapper for the POSIX.2 functions popen(3) and pclose(3)"
HOMEPAGE="http://pstreams.sourceforge.net/";
SRC_URI="
        mirror://sourceforge/${PN}/${P}.tar.gz
        doc? ( mirror://sourceforge/${PN}/${PN}-docs-${PV}.tar.gz )"

SLOT="0"
LICENSE="LGPL-3"
IUSE="doc"
KEYWORDS="~amd64 ~x86"

RDEPEND=""
DEPEND="doc? ( app-doc/doxygen )"

src_compile() {
        if use doc; then
                doxygen -u || die
                emake
        fi
}

src_test() {
        emake \
                CXX="$(tc-getCXX)" \
                CXXFLAGS="${CXXFLAGS}" \
                check
}

src_install() {
        doheader pstream.h

        dodoc AUTHORS ChangeLog README

        use doc && dohtml -r "${WORKDIR}"/${PN}-docs-${PV}/*
}




Reply via email to