summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-07 04:22:12 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-07 04:22:12 +0000
commit7b9a55214247bc35940aa8992df8dd732a68c433 (patch)
treecd93ab5569106200666f789c3364e94219486817 /media-video/quickrip
parentfix license/repoman (diff)
downloadgentoo-2-7b9a55214247bc35940aa8992df8dd732a68c433.tar.gz
gentoo-2-7b9a55214247bc35940aa8992df8dd732a68c433.tar.bz2
gentoo-2-7b9a55214247bc35940aa8992df8dd732a68c433.zip
fix license/repoman
Diffstat (limited to 'media-video/quickrip')
-rw-r--r--media-video/quickrip/quickrip-0.4.ebuild37
-rw-r--r--media-video/quickrip/quickrip-0.5.ebuild35
-rw-r--r--media-video/quickrip/quickrip-0.6.ebuild33
-rw-r--r--media-video/quickrip/quickrip-0.7.ebuild9
4 files changed, 55 insertions, 59 deletions
diff --git a/media-video/quickrip/quickrip-0.4.ebuild b/media-video/quickrip/quickrip-0.4.ebuild
index 3da9aad202a1..a38479b0e5f2 100644
--- a/media-video/quickrip/quickrip-0.4.ebuild
+++ b/media-video/quickrip/quickrip-0.4.ebuild
@@ -1,29 +1,28 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/quickrip-0.4.ebuild,v 1.4 2003/07/12 21:12:53 aliz Exp $
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/quickrip-0.4.ebuild,v 1.5 2003/08/07 04:18:33 vapier Exp $
-inherit eutils
+inherit eutils
-MY_PV="$(echo ${PV} | cut -d. -f1,2)"
-S="${WORKDIR}/${PN}"
-DESCRIPTION="Basic DVD ripper written in Python and PyQT."
+MY_PV="$(echo ${PV} | cut -d. -f1,2)"
+S="${WORKDIR}/${PN}"
+DESCRIPTION="Basic DVD ripper written in Python and PyQT."
+HOMEPAGE="http://www.tomchance.uklinux.net/projects/quickrip.shtml"
SRC_URI="http://www.tomchance.uklinux.net/projects/${P}.tar.gz"
-HOMEPAGE="http://www.tomchance.uklinux.net/projects/quickrip.shtml"
-LICENSE="GPL-2"
-SLOT="0"
+LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 -ppc -mips"
-IUSE=""
-DEPEND="virtual/glibc
- >=dev-lang/python-2.2
- >=x11-libs/qt-3.1
- >=dev-python/PyQt-3.5
- media-video/mplayer
- media-video/transcode"
+DEPEND="virtual/glibc
+ >=dev-lang/python-2.2
+ >=x11-libs/qt-3.1
+ >=dev-python/PyQt-3.5
+ media-video/mplayer
+ media-video/transcode"
-src_install() {
- exeinto /usr/share/quickrip
+src_install() {
+ exeinto /usr/share/quickrip
doexe *.py *.ui
dodoc README LICENSE
diff --git a/media-video/quickrip/quickrip-0.5.ebuild b/media-video/quickrip/quickrip-0.5.ebuild
index 23126f0c30b6..76ccb1403309 100644
--- a/media-video/quickrip/quickrip-0.5.ebuild
+++ b/media-video/quickrip/quickrip-0.5.ebuild
@@ -1,28 +1,27 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/quickrip-0.5.ebuild,v 1.3 2003/07/12 21:12:53 aliz Exp $
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/quickrip-0.5.ebuild,v 1.4 2003/08/07 04:18:33 vapier Exp $
-inherit eutils
+inherit eutils
-MY_PV="$(echo ${PV} | cut -d. -f1,2)"
-S="${WORKDIR}/${PN}"
-DESCRIPTION="Basic DVD ripper written in Python and PyQT."
+MY_PV="$(echo ${PV} | cut -d. -f1,2)"
+S="${WORKDIR}/${PN}"
+DESCRIPTION="Basic DVD ripper written in Python and PyQT."
+HOMEPAGE="http://www.tomchance.uklinux.net/projects/quickrip.shtml"
SRC_URI="http://www.tomchance.uklinux.net/projects/${P}.tar.gz"
-HOMEPAGE="http://www.tomchance.uklinux.net/projects/quickrip.shtml"
-LICENSE="GPL-2"
-SLOT="0"
+LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 -ppc -mips"
-IUSE=""
-DEPEND="virtual/glibc
- >=dev-lang/python-2.2
- >=x11-libs/qt-3.1
- >=dev-python/PyQt-3.5
- media-video/mplayer
- media-video/transcode"
+DEPEND="virtual/glibc
+ >=dev-lang/python-2.2
+ >=x11-libs/qt-3.1
+ >=dev-python/PyQt-3.5
+ media-video/mplayer
+ media-video/transcode"
-src_install() {
+src_install() {
exeinto /usr/share/quickrip
doexe *.py *.ui
diff --git a/media-video/quickrip/quickrip-0.6.ebuild b/media-video/quickrip/quickrip-0.6.ebuild
index 9a84541b5739..aa9864021789 100644
--- a/media-video/quickrip/quickrip-0.6.ebuild
+++ b/media-video/quickrip/quickrip-0.6.ebuild
@@ -1,28 +1,27 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/quickrip-0.6.ebuild,v 1.3 2003/07/12 21:12:53 aliz Exp $
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/quickrip-0.6.ebuild,v 1.4 2003/08/07 04:18:33 vapier Exp $
-inherit eutils
+inherit eutils
-MY_PV="$(echo ${PV} | cut -d. -f1,2)"
+MY_PV="$(echo ${PV} | cut -d. -f1,2)"
S="${WORKDIR}/QuickRip"
-DESCRIPTION="Basic DVD ripper written in Python and PyQT."
+DESCRIPTION="Basic DVD ripper written in Python and PyQT."
+HOMEPAGE="http://www.tomchance.uklinux.net/projects/quickrip.shtml"
SRC_URI="http://www.tomchance.uklinux.net/projects/${P}.tar.gz"
-HOMEPAGE="http://www.tomchance.uklinux.net/projects/quickrip.shtml"
-LICENSE="GPL-2"
-SLOT="0"
+LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 -ppc -mips"
-IUSE=""
-DEPEND="virtual/glibc
- >=dev-lang/python-2.2
- >=x11-libs/qt-3.1
- >=dev-python/PyQt-3.5
- media-video/mplayer
- media-video/transcode"
+DEPEND="virtual/glibc
+ >=dev-lang/python-2.2
+ >=x11-libs/qt-3.1
+ >=dev-python/PyQt-3.5
+ media-video/mplayer
+ media-video/transcode"
-src_install() {
+src_install() {
exeinto /usr/share/quickrip
doexe *.py ui/*.ui
diff --git a/media-video/quickrip/quickrip-0.7.ebuild b/media-video/quickrip/quickrip-0.7.ebuild
index d4bfef149424..9ba77b94e59b 100644
--- a/media-video/quickrip/quickrip-0.7.ebuild
+++ b/media-video/quickrip/quickrip-0.7.ebuild
@@ -1,18 +1,17 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/quickrip-0.7.ebuild,v 1.1 2003/07/04 07:22:06 brain Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/quickrip-0.7.ebuild,v 1.2 2003/08/07 04:18:33 vapier Exp $
-inherit eutils
+inherit eutils
S="${WORKDIR}/QuickRip"
DESCRIPTION="Basic DVD ripper written in Python and PyQT."
-SRC_URI="mirror://sourceforge/quickrip/${P}.tar.gz"
HOMEPAGE="http://quickrip.sourceforge.net/"
+SRC_URI="mirror://sourceforge/quickrip/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 -ppc -mips"
-IUSE=""
DEPEND="virtual/glibc
>=dev-lang/python-2.2