diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:29:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:29:29 +0000 |
commit | 87b906aae4459b4542a8450f37209d2f6fca3e71 (patch) | |
tree | d60d8aa94fe0cf4c5964ba78c0cbe2e313a4b9af /dev-libs/commoncpp2 | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-87b906aae4459b4542a8450f37209d2f6fca3e71.tar.gz historical-87b906aae4459b4542a8450f37209d2f6fca3e71.tar.bz2 historical-87b906aae4459b4542a8450f37209d2f6fca3e71.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-libs/commoncpp2')
-rw-r--r-- | dev-libs/commoncpp2/Manifest | 4 | ||||
-rw-r--r-- | dev-libs/commoncpp2/commoncpp2-1.0.12.ebuild | 10 | ||||
-rw-r--r-- | dev-libs/commoncpp2/commoncpp2-1.0.9.ebuild | 10 |
3 files changed, 12 insertions, 12 deletions
diff --git a/dev-libs/commoncpp2/Manifest b/dev-libs/commoncpp2/Manifest index 278b403905bb..0940902f22df 100644 --- a/dev-libs/commoncpp2/Manifest +++ b/dev-libs/commoncpp2/Manifest @@ -1,5 +1,5 @@ -MD5 7b0f30ba808ba75dd933e0afe2e2aa9d commoncpp2-1.0.9.ebuild 1119 -MD5 3e05ee389333273837f024c991359a98 commoncpp2-1.0.12.ebuild 1131 MD5 c51e01f6fa3f68964d3e59a6c111c81b ChangeLog 839 +MD5 e4aa2598ed29586f71e7bd9a8b3b19c3 commoncpp2-1.0.9.ebuild 1119 +MD5 39a26e0189140a0b6d046b530bca10bf commoncpp2-1.0.12.ebuild 1132 MD5 7c9a86d8c669237c73dc6a5427daf856 files/digest-commoncpp2-1.0.9 68 MD5 4414fd7500e4bd6537c60b97372c3500 files/digest-commoncpp2-1.0.12 69 diff --git a/dev-libs/commoncpp2/commoncpp2-1.0.12.ebuild b/dev-libs/commoncpp2/commoncpp2-1.0.12.ebuild index 1662205ea5b6..14b255f05521 100644 --- a/dev-libs/commoncpp2/commoncpp2-1.0.12.ebuild +++ b/dev-libs/commoncpp2/commoncpp2-1.0.12.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/commoncpp2/commoncpp2-1.0.12.ebuild,v 1.2 2003/07/21 18:52:23 naz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commoncpp2/commoncpp2-1.0.12.ebuild,v 1.3 2003/09/06 22:29:24 msterret Exp $ IUSE="doc xml2" -DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\ +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" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnu.org/software/commonc++/" DEPEND="xml2? ( dev-libs/libxml2 ) doc? ( app-doc/doxygen )" - + SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" @@ -30,7 +30,7 @@ src_compile() { # kdoc disabled for now, it errors out use doc && make doxy -} +} src_install () { @@ -38,7 +38,7 @@ src_install () { 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-libs/commoncpp2/commoncpp2-1.0.9.ebuild b/dev-libs/commoncpp2/commoncpp2-1.0.9.ebuild index c4aaff0dad3e..e7e8c501bba4 100644 --- a/dev-libs/commoncpp2/commoncpp2-1.0.9.ebuild +++ b/dev-libs/commoncpp2/commoncpp2-1.0.9.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/commoncpp2/commoncpp2-1.0.9.ebuild,v 1.2 2003/07/12 09:22:21 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commoncpp2/commoncpp2-1.0.9.ebuild,v 1.3 2003/09/06 22:29:24 msterret Exp $ IUSE="doc xml2" -DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\ +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" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnu.org/software/commonc++/" DEPEND="xml2? ( dev-libs/libxml2 ) doc? ( app-doc/doxygen )" - + SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" @@ -30,7 +30,7 @@ src_compile() { # kdoc disabled for now, it errors out use doc && make doxy -} +} src_install () { @@ -38,7 +38,7 @@ src_install () { 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/* |