summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Berman <tberman@gentoo.org>2003-07-30 12:59:27 +0000
committerTodd Berman <tberman@gentoo.org>2003-07-30 12:59:27 +0000
commit7ddbf1c87e717aec185ef6ab894c4a3a026fe2c2 (patch)
treeb9824f3661647ae147a51485923ef55bf7c40621 /media-sound/positron
parent1.1.7 was a dud. removed it, and added 1.1.8 (diff)
downloadgentoo-2-7ddbf1c87e717aec185ef6ab894c4a3a026fe2c2.tar.gz
gentoo-2-7ddbf1c87e717aec185ef6ab894c4a3a026fe2c2.tar.bz2
gentoo-2-7ddbf1c87e717aec185ef6ab894c4a3a026fe2c2.zip
comitting to stable
Diffstat (limited to 'media-sound/positron')
-rw-r--r--media-sound/positron/ChangeLog6
-rw-r--r--media-sound/positron/files/digest-positron-1.0_beta11
-rw-r--r--media-sound/positron/files/digest-positron-1.0_beta21
-rw-r--r--media-sound/positron/positron-1.0.ebuild4
-rw-r--r--media-sound/positron/positron-1.0_beta1.ebuild27
-rw-r--r--media-sound/positron/positron-1.0_beta2.ebuild27
6 files changed, 7 insertions, 59 deletions
diff --git a/media-sound/positron/ChangeLog b/media-sound/positron/ChangeLog
index 7adfd6970df0..d8783ae1c127 100644
--- a/media-sound/positron/ChangeLog
+++ b/media-sound/positron/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/positron
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/positron/ChangeLog,v 1.3 2003/06/20 00:41:43 tberman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/positron/ChangeLog,v 1.4 2003/07/30 12:59:27 tberman Exp $
+
+ 30 Jul 2003; Todd Berman <tberman@gentoo.org> positron-1.0.ebuild,
+ positron-1.0_beta1.ebuild, positron-1.0_beta2.ebuild:
+ Removing the two beta ebuilds, marking the 1.0 ebuild stable on x86.
*positron-1.0 (19 Jun 2003)
diff --git a/media-sound/positron/files/digest-positron-1.0_beta1 b/media-sound/positron/files/digest-positron-1.0_beta1
deleted file mode 100644
index f35b7b9bcb4d..000000000000
--- a/media-sound/positron/files/digest-positron-1.0_beta1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b38f2c08853a582cc8fdbfe23615fddf positron-1.0b1.tar.gz 80345
diff --git a/media-sound/positron/files/digest-positron-1.0_beta2 b/media-sound/positron/files/digest-positron-1.0_beta2
deleted file mode 100644
index 422ee7ae1f16..000000000000
--- a/media-sound/positron/files/digest-positron-1.0_beta2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4ac173bba5b312b06d80466d491f27e8 positron-1.0b2.tar.gz 83025
diff --git a/media-sound/positron/positron-1.0.ebuild b/media-sound/positron/positron-1.0.ebuild
index 515019a5e45e..fa0e5aa62461 100644
--- a/media-sound/positron/positron-1.0.ebuild
+++ b/media-sound/positron/positron-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 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.2 2003/06/20 00:42:38 tberman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/positron/positron-1.0.ebuild,v 1.3 2003/07/30 12:59:27 tberman Exp $
DESCRIPTION="Synchronization manager for the Neuros Audio Computer (www.neurosaudio.com) portable music player."
HOMEPAGE="http://www.xiph.org/positron"
@@ -8,7 +8,7 @@ SRC_URI="http://www.xiph.org/positron/files/source/${P}.tar.gz"
LICENSE="xiph"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc"
IUSE=""
DEPEND=">=dev-lang/python-2.2"
diff --git a/media-sound/positron/positron-1.0_beta1.ebuild b/media-sound/positron/positron-1.0_beta1.ebuild
deleted file mode 100644
index a1c2085eb189..000000000000
--- a/media-sound/positron/positron-1.0_beta1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2003 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_beta1.ebuild,v 1.2 2003/07/12 20:30:56 aliz Exp $
-
-MY_PV="1.0b1"
-
-DESCRIPTION="Synchronization manager for the Neuros Audio Computer (www.neurosaudio.com) portable music player."
-HOMEPAGE="http://www.xiph.org/positron"
-SRC_URI="http://www.xiph.org/positron/files/source/${PN}-${MY_PV}.tar.gz"
-LICENSE="xiph"
-SLOT="0"
-
-KEYWORDS="x86 ~ppc"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.2"
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-src_compile() {
- einfo "No compilation required"
-}
-
-src_install() {
- chmod +x setup.py
- ./setup.py install --root ${D} || die
-}
diff --git a/media-sound/positron/positron-1.0_beta2.ebuild b/media-sound/positron/positron-1.0_beta2.ebuild
deleted file mode 100644
index d46ae702d58f..000000000000
--- a/media-sound/positron/positron-1.0_beta2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2003 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_beta2.ebuild,v 1.2 2003/07/12 20:30:56 aliz Exp $
-
-MY_PV="1.0b2"
-
-DESCRIPTION="Synchronization manager for the Neuros Audio Computer (www.neurosaudio.com) portable music player."
-HOMEPAGE="http://www.xiph.org/positron"
-SRC_URI="http://www.xiph.org/positron/files/source/${PN}-${MY_PV}.tar.gz"
-LICENSE="xiph"
-SLOT="0"
-
-KEYWORDS="x86 ~ppc"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.2"
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-src_compile() {
- einfo "No compilation required"
-}
-
-src_install() {
- chmod +x setup.py
- ./setup.py install --root ${D} || die
-}