diff options
author | 2008-05-17 08:47:34 +0000 | |
---|---|---|
committer | 2008-05-17 08:47:34 +0000 | |
commit | 36eade2aa380156cbae0d7ed3aadf73f64daa2be (patch) | |
tree | 884d01fb84c09ec3e81646e7f8330c185b9e3ca1 /virtual | |
parent | Move mpg123 to new-style virtual. (diff) | |
download | gentoo-2-36eade2aa380156cbae0d7ed3aadf73f64daa2be.tar.gz gentoo-2-36eade2aa380156cbae0d7ed3aadf73f64daa2be.tar.bz2 gentoo-2-36eade2aa380156cbae0d7ed3aadf73f64daa2be.zip |
Initial commit.
(Portage version: 2.1.5_rc10, RepoMan options: --force)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/mpg123/ChangeLog | 9 | ||||
-rw-r--r-- | virtual/mpg123/Manifest | 3 | ||||
-rw-r--r-- | virtual/mpg123/metadata.xml | 5 | ||||
-rw-r--r-- | virtual/mpg123/mpg123-0.ebuild | 16 |
4 files changed, 33 insertions, 0 deletions
diff --git a/virtual/mpg123/ChangeLog b/virtual/mpg123/ChangeLog new file mode 100644 index 000000000000..120bfaf458ee --- /dev/null +++ b/virtual/mpg123/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for gentoo-x86/virtual +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/mpg123/ChangeLog,v 1.1 2008/05/17 08:47:34 drac Exp $ + +*mpg123-0 (17 May 2008) + + 17 May 2008; Samuli Suominen <drac@gentoo.org> +mpg123-0.ebuild: + Initial commit. + diff --git a/virtual/mpg123/Manifest b/virtual/mpg123/Manifest new file mode 100644 index 000000000000..de973cc4fb02 --- /dev/null +++ b/virtual/mpg123/Manifest @@ -0,0 +1,3 @@ +EBUILD mpg123-0.ebuild 396 RMD160 f50d4adeb2e7b6a53d9a0535e83c76e28c1cc618 SHA1 0bb065b0c7b47736979e2021291e05d345dfd4b5 SHA256 f404f421ecff0175831cf24bbab580e663fdcf51a837366e1e79dbff3a222d1f +MISC ChangeLog 230 RMD160 2b2f7d1bb3a15229cdd0b7d7f8c6e2e9d87e0d18 SHA1 93ce2e4a19b2c382f4977688ce7059ce5caab54f SHA256 80a62dffb5eefa9ba55152628886252ea7f893afa09612167968de8f57ce0e12 +MISC metadata.xml 158 RMD160 6842e2189a50bd8a98e84802c38180ac1421c00e SHA1 703cea5a2109d41f7c87993c1f01d418a4c85174 SHA256 dfb5b47e6836db39fb187301dfcff1c2605e91d13d21db160806a563d8c75f9b diff --git a/virtual/mpg123/metadata.xml b/virtual/mpg123/metadata.xml new file mode 100644 index 000000000000..e1774e3d9ad7 --- /dev/null +++ b/virtual/mpg123/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>sound</herd> +</pkgmetadata> diff --git a/virtual/mpg123/mpg123-0.ebuild b/virtual/mpg123/mpg123-0.ebuild new file mode 100644 index 000000000000..b1cf143016ae --- /dev/null +++ b/virtual/mpg123/mpg123-0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/mpg123/mpg123-0.ebuild,v 1.1 2008/05/17 08:47:34 drac Exp $ + +DESCRIPTION="Virtual for command-line players mpg123 and mpg321." +HOMEPAGE="http://www.gentoo.org" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" +IUSE="" + +DEPEND="" +RDEPEND="|| ( media-sound/mpg123 + media-sound/mpg321 )" |