summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-12-20 02:42:43 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-12-20 02:42:43 +0000
commit0b265b5e5132bbbdb742c11e1505728ae4f63981 (patch)
tree72466ca68c9e2bdb50dcd771f52439f63bdebe15 /media-sound/positron
parentupdate homepage, by Pacho Ramos <pacho@condmat1.ciencias.uniovi.es>, bug #250690 (diff)
downloadgentoo-2-0b265b5e5132bbbdb742c11e1505728ae4f63981.tar.gz
gentoo-2-0b265b5e5132bbbdb742c11e1505728ae4f63981.tar.bz2
gentoo-2-0b265b5e5132bbbdb742c11e1505728ae4f63981.zip
convert to distutils eclass
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.10 x86_64)
Diffstat (limited to 'media-sound/positron')
-rw-r--r--media-sound/positron/ChangeLog7
-rw-r--r--media-sound/positron/positron-1.1.ebuild11
2 files changed, 9 insertions, 9 deletions
diff --git a/media-sound/positron/ChangeLog b/media-sound/positron/ChangeLog
index aed99f7e25ba..a21996e9b912 100644
--- a/media-sound/positron/ChangeLog
+++ b/media-sound/positron/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/positron
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/positron/ChangeLog,v 1.17 2007/03/10 20:28:45 beandog Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/positron/ChangeLog,v 1.18 2008/12/20 02:42:43 aballier Exp $
+
+ 20 Dec 2008; Alexis Ballier <aballier@gentoo.org> positron-1.1.ebuild:
+ convert to distutils eclass
10 Mar 2007; Steve Dibb <beandog@gentoo.org> positron-1.1.ebuild:
Update license, bug 170323
diff --git a/media-sound/positron/positron-1.1.ebuild b/media-sound/positron/positron-1.1.ebuild
index a16ffd3832d0..15469b6a23f6 100644
--- a/media-sound/positron/positron-1.1.ebuild
+++ b/media-sound/positron/positron-1.1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# 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.11 2007/03/10 20:28:45 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/positron/positron-1.1.ebuild,v 1.12 2008/12/20 02:42:43 aballier Exp $
+
+inherit distutils
DESCRIPTION="Synchronization manager for the Neuros Audio Computer (www.neurosaudio.com) portable music player."
HOMEPAGE="http://www.xiph.org/positron"
@@ -14,8 +16,3 @@ IUSE="vorbis"
DEPEND=">=dev-lang/python-2.2"
RDEPEND="${DEPEND}
vorbis? ( dev-python/pyvorbis )"
-
-src_install() {
- chmod +x setup.py
- ./setup.py install --root "${D}" || die "installation failed"
-}