diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-08-02 08:01:40 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-08-02 08:01:40 +0000 |
commit | 0155b8f7c774c11d26d7c858045e7200bc980690 (patch) | |
tree | ca5e898e907b5477815934cfd618fe9c6ef66085 /dev-cpp/commoncpp2 | |
parent | add xmms trackpos patch again, bug #57985 (Manifest recommit) (diff) | |
download | gentoo-2-0155b8f7c774c11d26d7c858045e7200bc980690.tar.gz gentoo-2-0155b8f7c774c11d26d7c858045e7200bc980690.tar.bz2 gentoo-2-0155b8f7c774c11d26d7c858045e7200bc980690.zip |
emove old ebuilds; fix html documentation installation, bug #58063
Diffstat (limited to 'dev-cpp/commoncpp2')
-rw-r--r-- | dev-cpp/commoncpp2/ChangeLog | 4 | ||||
-rw-r--r-- | dev-cpp/commoncpp2/commoncpp2-1.0.12.ebuild | 45 | ||||
-rw-r--r-- | dev-cpp/commoncpp2/commoncpp2-1.0.13.ebuild | 4 | ||||
-rw-r--r-- | dev-cpp/commoncpp2/commoncpp2-1.0.9.ebuild | 45 | ||||
-rw-r--r-- | dev-cpp/commoncpp2/files/digest-commoncpp2-1.0.12 | 1 | ||||
-rw-r--r-- | dev-cpp/commoncpp2/files/digest-commoncpp2-1.0.9 | 1 |
6 files changed, 6 insertions, 94 deletions
diff --git a/dev-cpp/commoncpp2/ChangeLog b/dev-cpp/commoncpp2/ChangeLog index e4ca8da50128..6d62c0dc0bb0 100644 --- a/dev-cpp/commoncpp2/ChangeLog +++ b/dev-cpp/commoncpp2/ChangeLog @@ -2,6 +2,10 @@ # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 # $Header: + 02 Aug 2004; Heinrich Wendel <lanius@gentoo.org> commoncpp2-1.0.12.ebuild, + commoncpp2-1.0.13.ebuild, commoncpp2-1.0.9.ebuild: + remove old ebuilds; fix html documentation installation, bug #58063 + 15 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> commoncpp2-1.0.13.ebuild: x86 unmask. diff --git a/dev-cpp/commoncpp2/commoncpp2-1.0.12.ebuild b/dev-cpp/commoncpp2/commoncpp2-1.0.12.ebuild deleted file mode 100644 index 7bf7d3c36348..000000000000 --- a/dev-cpp/commoncpp2/commoncpp2-1.0.12.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.0.12.ebuild,v 1.3 2004/06/24 21:47:53 agriffis Exp $ - -IUSE="doc xml2" - -DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\ -threading, sockets, file access, daemons, persistence, serial I/O, XML parsing,\ -and system services" -SRC_URI="mirror://gnu/commonc++/${P}.tar.gz" -HOMEPAGE="http://www.gnu.org/software/commonc++/" - -DEPEND="xml2? ( dev-libs/libxml2 ) - doc? ( app-doc/doxygen )" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" - -src_compile() { - local myconf="" - - use xml2 \ - && myconf="${myconf} --with-xml" \ - || myconf="${myconf} --without-xml" - - econf ${myconf} --with-ftp || die "./configure failed" - - emake || die - - # kdoc disabled for now, it errors out - use doc && make doxy -} - -src_install () { - - einstall || die - - dodoc AUTHORS INSTALL NEWS ChangeLog README\ - THANKS TODO COPYING COPYING.addendum - - # Only install html docs - # man and latex available, but seems a little wasteful - use doc && dohtml docs/html/* -} diff --git a/dev-cpp/commoncpp2/commoncpp2-1.0.13.ebuild b/dev-cpp/commoncpp2/commoncpp2-1.0.13.ebuild index dc77c6deeee6..16f3708a9165 100644 --- a/dev-cpp/commoncpp2/commoncpp2-1.0.13.ebuild +++ b/dev-cpp/commoncpp2/commoncpp2-1.0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.0.13.ebuild,v 1.4 2004/06/24 21:47:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.0.13.ebuild,v 1.5 2004/08/02 08:01:40 lanius Exp $ IUSE="doc xml2" @@ -41,5 +41,5 @@ src_install () { # Only install html docs # man and latex available, but seems a little wasteful - use doc && dohtml docs/html/* + use doc && dohtml doc/html/* } diff --git a/dev-cpp/commoncpp2/commoncpp2-1.0.9.ebuild b/dev-cpp/commoncpp2/commoncpp2-1.0.9.ebuild deleted file mode 100644 index efbf696c8e17..000000000000 --- a/dev-cpp/commoncpp2/commoncpp2-1.0.9.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.0.9.ebuild,v 1.3 2004/06/24 21:47:53 agriffis Exp $ - -IUSE="doc xml2" - -DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\ -threading, sockets, file access, daemons, persistence, serial I/O, XML parsing,\ -and system services" -SRC_URI="mirror://gnu/commonc++/${P}.tar.gz" -HOMEPAGE="http://www.gnu.org/software/commonc++/" - -DEPEND="xml2? ( dev-libs/libxml2 ) - doc? ( app-doc/doxygen )" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" - -src_compile() { - local myconf="" - - use xml2 \ - && myconf="${myconf} --with-xml" \ - || myconf="${myconf} --without-xml" - - econf ${myconf} || die "./configure failed" - - emake || die - - # kdoc disabled for now, it errors out - use doc && make doxy -} - -src_install () { - - einstall || die - - dodoc AUTHORS INSTALL NEWS ChangeLog README\ - THANKS TODO COPYING COPYING.addendum - - # Only install html docs - # man and latex available, but seems a little wasteful - use doc && dohtml docs/html/* -} diff --git a/dev-cpp/commoncpp2/files/digest-commoncpp2-1.0.12 b/dev-cpp/commoncpp2/files/digest-commoncpp2-1.0.12 deleted file mode 100644 index 3cb0cc8c03a1..000000000000 --- a/dev-cpp/commoncpp2/files/digest-commoncpp2-1.0.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 82ab4b53ca42490a5f06def587fc347d commoncpp2-1.0.12.tar.gz 719754 diff --git a/dev-cpp/commoncpp2/files/digest-commoncpp2-1.0.9 b/dev-cpp/commoncpp2/files/digest-commoncpp2-1.0.9 deleted file mode 100644 index 0b2a56379c96..000000000000 --- a/dev-cpp/commoncpp2/files/digest-commoncpp2-1.0.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 a2df94db6ef66312cc6dae513aa160dc commoncpp2-1.0.9.tar.gz 696130 |