diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-05-17 08:47:34 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-05-17 08:47:34 +0000 |
commit | 36eade2aa380156cbae0d7ed3aadf73f64daa2be (patch) | |
tree | 884d01fb84c09ec3e81646e7f8330c185b9e3ca1 /virtual/mpg123/mpg123-0.ebuild | |
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/mpg123/mpg123-0.ebuild')
-rw-r--r-- | virtual/mpg123/mpg123-0.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
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 )" |