diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-02-17 20:47:14 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-02-17 20:47:14 +0000 |
commit | adb6739dc6c2f71b72eb8eb25fc5ce9fc8d674e2 (patch) | |
tree | 33b4d0cfd2161379e572dd749f4122244dc79d20 /virtual/gsasl | |
parent | nouveau-drm: new snapshot (diff) | |
download | gentoo-2-adb6739dc6c2f71b72eb8eb25fc5ce9fc8d674e2.tar.gz gentoo-2-adb6739dc6c2f71b72eb8eb25fc5ce9fc8d674e2.tar.bz2 gentoo-2-adb6739dc6c2f71b72eb8eb25fc5ce9fc8d674e2.zip |
Switch to new style virtuals (bug #237400).
(Portage version: 2.2_rc62/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'virtual/gsasl')
-rw-r--r-- | virtual/gsasl/ChangeLog | 15 | ||||
-rw-r--r-- | virtual/gsasl/gsasl-0.2.28.ebuild | 17 | ||||
-rw-r--r-- | virtual/gsasl/gsasl-0.2.29.ebuild | 17 | ||||
-rw-r--r-- | virtual/gsasl/gsasl-0.2.4.ebuild | 17 | ||||
-rw-r--r-- | virtual/gsasl/gsasl-1.1.ebuild | 17 | ||||
-rw-r--r-- | virtual/gsasl/gsasl-1.4.1.ebuild | 17 | ||||
-rw-r--r-- | virtual/gsasl/metadata.xml | 5 |
7 files changed, 105 insertions, 0 deletions
diff --git a/virtual/gsasl/ChangeLog b/virtual/gsasl/ChangeLog new file mode 100644 index 000000000000..0cb53543cf54 --- /dev/null +++ b/virtual/gsasl/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for virtual/gsasl +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/gsasl/ChangeLog,v 1.1 2010/02/17 20:47:14 jer Exp $ + +*gsasl-1.4.1 (17 Feb 2010) +*gsasl-1.1 (17 Feb 2010) +*gsasl-0.2.29 (17 Feb 2010) +*gsasl-0.2.28 (17 Feb 2010) +*gsasl-0.2.4 (17 Feb 2010) + + 17 Feb 2010; Jeroen Roovers <jer@gentoo.org> +gsasl-0.2.4.ebuild, + +gsasl-0.2.28.ebuild, +gsasl-0.2.29.ebuild, +gsasl-1.1.ebuild, + +gsasl-1.4.1.ebuild, +metadata.xml: + Switch to new style virtuals (bug #237400). + diff --git a/virtual/gsasl/gsasl-0.2.28.ebuild b/virtual/gsasl/gsasl-0.2.28.ebuild new file mode 100644 index 000000000000..a4d30830487d --- /dev/null +++ b/virtual/gsasl/gsasl-0.2.28.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/gsasl/gsasl-0.2.28.ebuild,v 1.1 2010/02/17 20:47:14 jer Exp $ + +EAPI="2" + +DESCRIPTION="Virtual for the GNU SASL library" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86" +IUSE="" + +DEPEND="|| ( =net-libs/libgsasl-${PV} =net-misc/${P} )" +RDEPEND="${DEPEND}" diff --git a/virtual/gsasl/gsasl-0.2.29.ebuild b/virtual/gsasl/gsasl-0.2.29.ebuild new file mode 100644 index 000000000000..5fa8cf0b2206 --- /dev/null +++ b/virtual/gsasl/gsasl-0.2.29.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/gsasl/gsasl-0.2.29.ebuild,v 1.1 2010/02/17 20:47:14 jer Exp $ + +EAPI="2" + +DESCRIPTION="Virtual for the GNU SASL library" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="|| ( =net-libs/libgsasl-${PV} =net-misc/${P} )" +RDEPEND="${DEPEND}" diff --git a/virtual/gsasl/gsasl-0.2.4.ebuild b/virtual/gsasl/gsasl-0.2.4.ebuild new file mode 100644 index 000000000000..ba276cc8f272 --- /dev/null +++ b/virtual/gsasl/gsasl-0.2.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/gsasl/gsasl-0.2.4.ebuild,v 1.1 2010/02/17 20:47:14 jer Exp $ + +EAPI="2" + +DESCRIPTION="Virtual for the GNU SASL library" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" +IUSE="" + +DEPEND="|| ( =net-libs/libgsasl-${PV} =net-misc/${P} )" +RDEPEND="${DEPEND}" diff --git a/virtual/gsasl/gsasl-1.1.ebuild b/virtual/gsasl/gsasl-1.1.ebuild new file mode 100644 index 000000000000..a810f3abdd1b --- /dev/null +++ b/virtual/gsasl/gsasl-1.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/gsasl/gsasl-1.1.ebuild,v 1.1 2010/02/17 20:47:14 jer Exp $ + +EAPI="2" + +DESCRIPTION="Virtual for the GNU SASL library" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +IUSE="" + +DEPEND="|| ( =net-libs/libgsasl-${PV} =net-misc/${P} )" +RDEPEND="${DEPEND}" diff --git a/virtual/gsasl/gsasl-1.4.1.ebuild b/virtual/gsasl/gsasl-1.4.1.ebuild new file mode 100644 index 000000000000..5389bddb7c29 --- /dev/null +++ b/virtual/gsasl/gsasl-1.4.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/gsasl/gsasl-1.4.1.ebuild,v 1.1 2010/02/17 20:47:14 jer Exp $ + +EAPI="2" + +DESCRIPTION="Virtual for the GNU SASL library" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +IUSE="" + +DEPEND="|| ( =net-libs/libgsasl-${PV} =net-misc/${P} )" +RDEPEND="${DEPEND}" diff --git a/virtual/gsasl/metadata.xml b/virtual/gsasl/metadata.xml new file mode 100644 index 000000000000..940fde8f70ce --- /dev/null +++ b/virtual/gsasl/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>net-mail</herd> +</pkgmetadata> |