diff options
author | Christian Heim <phreak@gentoo.org> | 2008-04-28 15:44:16 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-04-28 15:44:16 +0000 |
commit | fe81e44836e394c567275c77d13e5fd730fb92d9 (patch) | |
tree | ae359efe348cae8df7c24828c8775a35823190f6 /dev-cpp | |
parent | Restore wmfrog ebuild from Attic with version bump wrt #219593, thanks to Pet... (diff) | |
download | historical-fe81e44836e394c567275c77d13e5fd730fb92d9.tar.gz historical-fe81e44836e394c567275c77d13e5fd730fb92d9.tar.bz2 historical-fe81e44836e394c567275c77d13e5fd730fb92d9.zip |
Remove Stephen Bennett (spb) from metadata.xml (as per #64840).
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/libebt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/libebt/metadata.xml | 13 | ||||
-rw-r--r-- | dev-cpp/libwrapiter/ChangeLog | 7 | ||||
-rw-r--r-- | dev-cpp/libwrapiter/metadata.xml | 7 |
4 files changed, 18 insertions, 14 deletions
diff --git a/dev-cpp/libebt/ChangeLog b/dev-cpp/libebt/ChangeLog index d1d18015fb4c..b73f9556974c 100644 --- a/dev-cpp/libebt/ChangeLog +++ b/dev-cpp/libebt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/libebt # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libebt/ChangeLog,v 1.30 2008/03/31 05:13:11 ricmm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libebt/ChangeLog,v 1.31 2008/04/28 15:43:01 phreak Exp $ + + 28 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml: + Remove Stephen Bennett (spb) from metadata.xml (as per #64840). 31 Mar 2008; <ricmm@gentoo.org> libebt-1.3.0.ebuild: Drop to ~mips due to unstable deps diff --git a/dev-cpp/libebt/metadata.xml b/dev-cpp/libebt/metadata.xml index 9b04cdc106f4..baf07140e80f 100644 --- a/dev-cpp/libebt/metadata.xml +++ b/dev-cpp/libebt/metadata.xml @@ -2,13 +2,12 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>cpp</herd> - <maintainer><email>spb@gentoo.org</email></maintainer> <longdescription lang="en"> -The libebt library provides a clean way of getting human-readable backtrace -messages in C++. It uses the RAII (resource acquisition is initialisation) -idiom to manage backtrace stack items. libebt is a pure template library, -so there is no need to link your application against anything. libebt is -installed into the standard include path, so no CXXFLAGS are needed either. + The libebt library provides a clean way of getting human-readable + backtrace messages in C++. It uses the RAII (resource acquisition is + initialisation) idiom to manage backtrace stack items. libebt is a pure + template library, so there is no need to link your application against + anything. libebt is installed into the standard include path, so no + CXXFLAGS are needed either. </longdescription> </pkgmetadata> - diff --git a/dev-cpp/libwrapiter/ChangeLog b/dev-cpp/libwrapiter/ChangeLog index 06c18f7354e6..d474e4e19dcd 100644 --- a/dev-cpp/libwrapiter/ChangeLog +++ b/dev-cpp/libwrapiter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/libwrapiter -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libwrapiter/ChangeLog,v 1.19 2007/06/06 16:18:47 ferdy Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libwrapiter/ChangeLog,v 1.20 2008/04/28 15:44:16 phreak Exp $ + + 28 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml: + Remove Stephen Bennett (spb) from metadata.xml (as per #64840). *libwrapiter-1.2.0 (06 Jun 2007) diff --git a/dev-cpp/libwrapiter/metadata.xml b/dev-cpp/libwrapiter/metadata.xml index 676fc849860e..246844f7aefc 100644 --- a/dev-cpp/libwrapiter/metadata.xml +++ b/dev-cpp/libwrapiter/metadata.xml @@ -2,10 +2,9 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>cpp</herd> - <maintainer><email>spb@gentoo.org</email></maintainer> <longdescription lang="en"> -libwrapiter provides a set of generic iterator wrapper classes that can be used -in class interfaces to avoid exposing unnecessary implementation details. + libwrapiter provides a set of generic iterator wrapper classes that can + be used in class interfaces to avoid exposing unnecessary + implementation details. </longdescription> </pkgmetadata> - |