summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-10-09 17:19:47 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-10-09 17:19:47 +0000
commit7f030ebeeff9e57bb188435e145633112a4521a4 (patch)
tree22b66279f90aaec77e68766062c445c203877265 /virtual
parentInitial commit. Ebuilds based on those provided by Marcel Greter in #231273 (diff)
downloadhistorical-7f030ebeeff9e57bb188435e145633112a4521a4.tar.gz
historical-7f030ebeeff9e57bb188435e145633112a4521a4.tar.bz2
historical-7f030ebeeff9e57bb188435e145633112a4521a4.zip
Initial commit. Ebuilds based on those provided by Marcel Greter in #231273
Package-Manager: portage-2.2_rc44/cvs/Linux x86_64
Diffstat (limited to 'virtual')
-rw-r--r--virtual/talloc/ChangeLog11
-rw-r--r--virtual/talloc/metadata.xml9
-rw-r--r--virtual/talloc/talloc-1.0.0.ebuild15
-rw-r--r--virtual/tdb/ChangeLog11
-rw-r--r--virtual/tdb/metadata.xml9
-rw-r--r--virtual/tdb/tdb-1.0.0.ebuild15
6 files changed, 70 insertions, 0 deletions
diff --git a/virtual/talloc/ChangeLog b/virtual/talloc/ChangeLog
new file mode 100644
index 000000000000..71d88b4a6d88
--- /dev/null
+++ b/virtual/talloc/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for virtual/talloc
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/talloc/ChangeLog,v 1.1 2009/10/09 17:19:22 patrick Exp $
+
+*talloc-1.0.0 (09 Oct 2009)
+
+ 09 Oct 2009; Patrick Lauer <patrick@gentoo.org> +talloc-1.0.0.ebuild,
+ +metadata.xml:
+ Initial commit. Ebuilds based on those provided by Marcel Greter in
+ #231273
+
diff --git a/virtual/talloc/metadata.xml b/virtual/talloc/metadata.xml
new file mode 100644
index 000000000000..e433c08d449a
--- /dev/null
+++ b/virtual/talloc/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>no-herd</herd>
+ <maintainer>
+ <email>patrick@gentoo.org</email>
+ <name>Patrick Lauer</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/virtual/talloc/talloc-1.0.0.ebuild b/virtual/talloc/talloc-1.0.0.ebuild
new file mode 100644
index 000000000000..3674781b4914
--- /dev/null
+++ b/virtual/talloc/talloc-1.0.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/talloc/talloc-1.0.0.ebuild,v 1.1 2009/10/09 17:19:22 patrick Exp $
+
+EAPI="2"
+
+DESCRIPTION="Virtual for talloc"
+HOMEPAGE="http://talloc.samba.org/"
+SRC_URI=""
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
+IUSE=""
+RDEPEND="|| ( net-fs/samba-libs[talloc] sys-libs/talloc )"
+DEPEND=""
diff --git a/virtual/tdb/ChangeLog b/virtual/tdb/ChangeLog
new file mode 100644
index 000000000000..00cc2949cbc2
--- /dev/null
+++ b/virtual/tdb/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for virtual/tdb
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/tdb/ChangeLog,v 1.1 2009/10/09 17:19:47 patrick Exp $
+
+*tdb-1.0.0 (09 Oct 2009)
+
+ 09 Oct 2009; Patrick Lauer <patrick@gentoo.org> +tdb-1.0.0.ebuild,
+ +metadata.xml:
+ Initial commit. Ebuilds based on those provided by Marcel Greter in
+ #231273
+
diff --git a/virtual/tdb/metadata.xml b/virtual/tdb/metadata.xml
new file mode 100644
index 000000000000..e433c08d449a
--- /dev/null
+++ b/virtual/tdb/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>no-herd</herd>
+ <maintainer>
+ <email>patrick@gentoo.org</email>
+ <name>Patrick Lauer</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/virtual/tdb/tdb-1.0.0.ebuild b/virtual/tdb/tdb-1.0.0.ebuild
new file mode 100644
index 000000000000..8a9de6ae8185
--- /dev/null
+++ b/virtual/tdb/tdb-1.0.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/tdb/tdb-1.0.0.ebuild,v 1.1 2009/10/09 17:19:47 patrick Exp $
+
+EAPI="2"
+
+DESCRIPTION="Virtual for tdb"
+HOMEPAGE="http://tdb.samba.org/"
+SRC_URI=""
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
+IUSE=""
+RDEPEND="|| ( net-fs/samba-libs[tdb] sys-libs/tdb )"
+DEPEND=""