Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19496 - quickrip-0.5.ebuild [update]
Summary: quickrip-0.5.ebuild [update]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-17 14:50 UTC by Tom Chance
Modified: 2003-04-21 06:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild (quickrip-0.5.ebuild,755 bytes, text/plain)
2003-04-17 14:53 UTC, Tom Chance
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Chance 2003-04-17 14:50:56 UTC
New version of QuickRip (0.4 already in Portage) 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Tom Chance 2003-04-17 14:53:03 UTC
Created attachment 10791 [details]
ebuild
Comment 2 Tom Chance 2003-04-17 15:00:13 UTC
Comment on attachment 10791 [details]
ebuild

># Copyright 1999-2003 Gentoo Technologies, Inc. 
># Distributed under the terms of the GNU General Public License v2 
>
>inherit eutils 
>
>MY_PV="$(echo ${PV} | cut -d. -f1,2)" 
>S="${WORKDIR}/${PN}" 
>DESCRIPTION="Basic DVD ripper written in Python and PyQT." 
>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" 
>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" 
>
>src_install() { 
>	exeinto /usr/share/quickrip 
>	doexe *.py *.ui
>
>	dodoc README LICENSE
>	dodir /usr/bin
>	dosym /usr/share/quickrip/quickrip.py /usr/bin/quickrip 
>}
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2003-04-21 06:56:28 UTC
thanks. the versions been bumped up now.