summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-08-12 19:22:15 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-08-12 19:22:15 +0000
commit66e129a3f1f450fcd0b67a626c658b83f2e08f1a (patch)
treed3307b80ae0e4ec31843377f82c5defac19f4529 /virtual/eject
parentRemove PROVIDE. (diff)
downloadgentoo-2-66e129a3f1f450fcd0b67a626c658b83f2e08f1a.tar.gz
gentoo-2-66e129a3f1f450fcd0b67a626c658b83f2e08f1a.tar.bz2
gentoo-2-66e129a3f1f450fcd0b67a626c658b83f2e08f1a.zip
Move old-style virtual eject to new-style.
(Portage version: 2.2_rc36/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'virtual/eject')
-rw-r--r--virtual/eject/ChangeLog9
-rw-r--r--virtual/eject/eject-0.ebuild17
-rw-r--r--virtual/eject/metadata.xml5
3 files changed, 31 insertions, 0 deletions
diff --git a/virtual/eject/ChangeLog b/virtual/eject/ChangeLog
new file mode 100644
index 000000000000..9eff9eb6b892
--- /dev/null
+++ b/virtual/eject/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for virtual/eject
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/eject/ChangeLog,v 1.1 2009/08/12 19:22:15 ssuominen Exp $
+
+*eject-0 (12 Aug 2009)
+
+ 12 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> +eject-0.ebuild:
+ Initial commit.
+
diff --git a/virtual/eject/eject-0.ebuild b/virtual/eject/eject-0.ebuild
new file mode 100644
index 000000000000..4eb3276b223d
--- /dev/null
+++ b/virtual/eject/eject-0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/eject/eject-0.ebuild,v 1.1 2009/08/12 19:22:15 ssuominen Exp $
+
+DESCRIPTION="Virtual for command eject"
+HOMEPAGE="http://www.gentoo.org"
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND="|| ( sys-apps/eject
+ sys-block/unieject
+ sys-block/eject-bsd )"
+DEPEND="${RDEPEND}"
diff --git a/virtual/eject/metadata.xml b/virtual/eject/metadata.xml
new file mode 100644
index 000000000000..bee9f9ae6f02
--- /dev/null
+++ b/virtual/eject/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>base-system</herd>
+</pkgmetadata>