diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-17 18:23:54 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-17 18:23:54 +0000 |
commit | cb1bcf894202e9feb539c4c1c16f392c33f0cf89 (patch) | |
tree | d5eef7a1899b67389735179969200595ec6c546d /media-sound/positron | |
parent | removed IUSE=X. Removed einstall. (diff) | |
download | historical-cb1bcf894202e9feb539c4c1c16f392c33f0cf89.tar.gz historical-cb1bcf894202e9feb539c4c1c16f392c33f0cf89.tar.bz2 historical-cb1bcf894202e9feb539c4c1c16f392c33f0cf89.zip |
IUSE=oggvorbis.
Diffstat (limited to 'media-sound/positron')
-rw-r--r-- | media-sound/positron/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/positron/positron-1.0.ebuild | 8 | ||||
-rw-r--r-- | media-sound/positron/positron-1.1.ebuild | 8 |
3 files changed, 12 insertions, 10 deletions
diff --git a/media-sound/positron/ChangeLog b/media-sound/positron/ChangeLog index 383b92a39852..2f336a28cf01 100644 --- a/media-sound/positron/ChangeLog +++ b/media-sound/positron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/positron # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/positron/ChangeLog,v 1.8 2004/04/03 10:41:20 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/positron/ChangeLog,v 1.9 2004/04/17 18:23:54 eradicator Exp $ + + 17 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> positron-1.0.ebuild, + positron-1.1.ebuild: + IUSE=oggvorbis. *positron-1.1 (03 Apr 2004) diff --git a/media-sound/positron/positron-1.0.ebuild b/media-sound/positron/positron-1.0.ebuild index d026f9778092..eaa4b8bce924 100644 --- a/media-sound/positron/positron-1.0.ebuild +++ b/media-sound/positron/positron-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/positron/positron-1.0.ebuild,v 1.7 2004/03/01 05:37:15 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/positron/positron-1.0.ebuild,v 1.8 2004/04/17 18:23:54 eradicator Exp $ DESCRIPTION="Synchronization manager for the Neuros Audio Computer (www.neurosaudio.com) portable music player." HOMEPAGE="http://www.xiph.org/positron" @@ -9,13 +9,11 @@ LICENSE="xiph" SLOT="0" KEYWORDS="x86 ppc" -IUSE="" +IUSE="oggvorbis" DEPEND=">=dev-lang/python-2.2" RDEPEND="${DEPEND} - oggvorbis? ( - dev-python/pyvorbis - )" + oggvorbis? ( dev-python/pyvorbis )" src_compile() { einfo "No compilation required" diff --git a/media-sound/positron/positron-1.1.ebuild b/media-sound/positron/positron-1.1.ebuild index 53928eb17174..91e2a95a7700 100644 --- a/media-sound/positron/positron-1.1.ebuild +++ b/media-sound/positron/positron-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/positron/positron-1.1.ebuild,v 1.1 2004/04/03 10:41:20 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/positron/positron-1.1.ebuild,v 1.2 2004/04/17 18:23:54 eradicator Exp $ DESCRIPTION="Synchronization manager for the Neuros Audio Computer (www.neurosaudio.com) portable music player." HOMEPAGE="http://www.xiph.org/positron" @@ -9,11 +9,11 @@ LICENSE="xiph" SLOT="0" KEYWORDS="~x86 ~ppc" -IUSE="" +IUSE="oggvorbis" DEPEND=">=dev-lang/python-2.2" -RDEPEND="${DEPEND} - oggvorbis? ( dev-python/pyvorbis )" +RDEPEND="${DEPEND} + oggvorbis? ( dev-python/pyvorbis )" src_compile() { einfo "No compilation required" |