summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2007-03-29 19:47:55 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2007-03-29 19:47:55 +0000
commitbd44f4adbb510d54c1b35f55bb88513f497ade06 (patch)
tree2d5525caa98deb8057005d1d8700673891f3190e /virtual/c++-tr1-memory
parentVersion bump (diff)
downloadgentoo-2-bd44f4adbb510d54c1b35f55bb88513f497ade06.tar.gz
gentoo-2-bd44f4adbb510d54c1b35f55bb88513f497ade06.tar.bz2
gentoo-2-bd44f4adbb510d54c1b35f55bb88513f497ade06.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/ChangeLog7
-rw-r--r--virtual/c++-tr1-memory/Manifest15
-rw-r--r--virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild13
-rw-r--r--virtual/c++-tr1-memory/files/digest-c++-tr1-memory-00
-rw-r--r--virtual/c++-tr1-memory/metadata.xml9
5 files changed, 44 insertions, 0 deletions
diff --git a/virtual/c++-tr1-memory/ChangeLog b/virtual/c++-tr1-memory/ChangeLog
new file mode 100644
index 000000000000..8641defc557a
--- /dev/null
+++ b/virtual/c++-tr1-memory/ChangeLog
@@ -0,0 +1,7 @@
+# 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 $
+
+ 29 Mar 2007; Danny van Dyk <kugelfang@gentoo.org> ChangeLog:
+ Added virtual for C++ tr1 <memory>.
+
diff --git a/virtual/c++-tr1-memory/Manifest b/virtual/c++-tr1-memory/Manifest
new file mode 100644
index 000000000000..e69850b289af
--- /dev/null
+++ b/virtual/c++-tr1-memory/Manifest
@@ -0,0 +1,15 @@
+EBUILD c++-tr1-memory-0.ebuild 423 RMD160 db1531061911c9615fa6e98f1eee112cb66721b7 SHA1 ad379f386981e12696c30939e235db530b00b1ce SHA256 589c0afef05b0faa4b1cbf98b4c6fcb03866580399b39dc811af5aa479d35f5b
+MD5 1e7a0830380b10cdf9800fecb042354d c++-tr1-memory-0.ebuild 423
+RMD160 db1531061911c9615fa6e98f1eee112cb66721b7 c++-tr1-memory-0.ebuild 423
+SHA256 589c0afef05b0faa4b1cbf98b4c6fcb03866580399b39dc811af5aa479d35f5b c++-tr1-memory-0.ebuild 423
+MISC ChangeLog 221 RMD160 a1fd6224740d6d4d9d1eced73ef9f1b18d0cfdd1 SHA1 e98cb031c973d3f1c7050ffdab4562466660ed4d SHA256 b1b96c9dd055f8f0db60f0780fa70e136a3b2ca4fc085061df7aae566473b152
+MD5 3d26742cf4d1e7cba361d176c09c289f ChangeLog 221
+RMD160 a1fd6224740d6d4d9d1eced73ef9f1b18d0cfdd1 ChangeLog 221
+SHA256 b1b96c9dd055f8f0db60f0780fa70e136a3b2ca4fc085061df7aae566473b152 ChangeLog 221
+MISC metadata.xml 317 RMD160 b29f2b2aa21c61eb3f6c053de5f19c1cd774e324 SHA1 e9f23bd91a18db719afcfcc568ccac41e2dc926b SHA256 9008af2adb50ac389b5dfdbd162511fa8056e8fff66934db73c278897a7ca67d
+MD5 df0ac1aec17863021f1446ca2684a173 metadata.xml 317
+RMD160 b29f2b2aa21c61eb3f6c053de5f19c1cd774e324 metadata.xml 317
+SHA256 9008af2adb50ac389b5dfdbd162511fa8056e8fff66934db73c278897a7ca67d metadata.xml 317
+MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-c++-tr1-memory-0 0
+RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 files/digest-c++-tr1-memory-0 0
+SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 files/digest-c++-tr1-memory-0 0
diff --git a/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild b/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild
new file mode 100644
index 000000000000..d75b0bc375fa
--- /dev/null
+++ b/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild
@@ -0,0 +1,13 @@
+# 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 $
+
+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 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+DEPEND="|| ( >=sys-devel/gcc-4.1 dev-libs/boost )"
+
diff --git a/virtual/c++-tr1-memory/files/digest-c++-tr1-memory-0 b/virtual/c++-tr1-memory/files/digest-c++-tr1-memory-0
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/virtual/c++-tr1-memory/files/digest-c++-tr1-memory-0
diff --git a/virtual/c++-tr1-memory/metadata.xml b/virtual/c++-tr1-memory/metadata.xml
new file mode 100644
index 000000000000..69cb5ccd8d4d
--- /dev/null
+++ b/virtual/c++-tr1-memory/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>cpp</herd>
+<maintainer>
+ <email>kugelfang@gentoo.org</email>
+</maintainer>
+<longdescription>Virtual for the memory section of the C++ Technical Report 1</longdescription>
+</pkgmetadata>