diff options
-rw-r--r-- | virtual/libstdc++/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/libstdc++/libstdc++-3.3.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/virtual/libstdc++/ChangeLog b/virtual/libstdc++/ChangeLog index a07746f9c290..7ccc468e87a4 100644 --- a/virtual/libstdc++/ChangeLog +++ b/virtual/libstdc++/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/libstdc++ -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/ChangeLog,v 1.15 2009/12/15 19:47:12 abcd Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/ChangeLog,v 1.16 2010/01/11 11:05:59 ulm Exp $ + + 11 Jan 2010; Ulrich Mueller <ulm@gentoo.org> libstdc++-3.3.ebuild: + Set empty HOMEPAGE and LICENSE. 15 Dec 2009; Jonathan Callen <abcd@gentoo.org> libstdc++-3.3.ebuild: QA: Add prefix keywords diff --git a/virtual/libstdc++/libstdc++-3.3.ebuild b/virtual/libstdc++/libstdc++-3.3.ebuild index 3380be216c17..f15573e8bd71 100644 --- a/virtual/libstdc++/libstdc++-3.3.ebuild +++ b/virtual/libstdc++/libstdc++-3.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/libstdc++-3.3.ebuild,v 1.15 2009/12/15 19:47:12 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/libstdc++-3.3.ebuild,v 1.16 2010/01/11 11:05:59 ulm Exp $ DESCRIPTION="Virtual for the GNU Standard C++ Library" -HOMEPAGE="http://www.gentoo.org/proj/en/base/" +HOMEPAGE="" SRC_URI="" -LICENSE="GPL-2" +LICENSE="" SLOT="3.3" KEYWORDS="-* amd64 ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" |