diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2007-03-29 20:21:01 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2007-03-29 20:21:01 +0000 |
commit | e1ca67235a48de9978f18e288df2ccef266f191d (patch) | |
tree | 73ee2e2e945eceea3ea98b791511cbe46d7c0743 /virtual/c++-tr1-memory | |
parent | Added virtual for C++ tr1 <functional>. (diff) | |
download | gentoo-2-e1ca67235a48de9978f18e288df2ccef266f191d.tar.gz gentoo-2-e1ca67235a48de9978f18e288df2ccef266f191d.tar.bz2 gentoo-2-e1ca67235a48de9978f18e288df2ccef266f191d.zip |
Added virtual for C++ tr1 <memory>.
(Portage version: 2.1.2.1-r1)
Diffstat (limited to 'virtual/c++-tr1-memory')
-rw-r--r-- | virtual/c++-tr1-memory/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/virtual/c++-tr1-memory/ChangeLog b/virtual/c++-tr1-memory/ChangeLog index 8641defc557a..9028d70a9a8c 100644 --- a/virtual/c++-tr1-memory/ChangeLog +++ b/virtual/c++-tr1-memory/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for gentoo-x86/virtual # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-memory/ChangeLog,v 1.1 2007/03/29 19:47:55 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-memory/ChangeLog,v 1.2 2007/03/29 20:21:01 kugelfang Exp $ - 29 Mar 2007; Danny van Dyk <kugelfang@gentoo.org> ChangeLog: +*c++-tr1-memory-0 (29 Mar 2007) + + 29 Mar 2007; Danny van Dyk <kugelfang@gentoo.org> metadata.xml, + c++-tr1-memory-0.ebuild: Added virtual for C++ tr1 <memory>. diff --git a/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild b/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild index d75b0bc375fa..f1350f09bee0 100644 --- a/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild +++ b/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild,v 1.1 2007/03/29 19:47:55 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild,v 1.2 2007/03/29 20:21:01 kugelfang Exp $ DESCRIPTION="Virtual for C++ tr1 <memory>" HOMEPAGE="http://www.gentoo.org/proj/en/base/" SRC_URI="" -LICENSE="|| ( ( GPL-2 LGPL-2.1 ) Boost-1.0 )" +LICENSE="as-is" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" IUSE="" |