Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 69640 Details for
Bug 48826
Hyper's CdCatalog ebuild request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated ebuild for 1.01 version
cdcat-1.01.ebuild (text/plain), 1004 bytes, created by
Paulo Fidalgo
on 2005-10-01 09:08:38 UTC
(
hide
)
Description:
updated ebuild for 1.01 version
Filename:
MIME Type:
Creator:
Paulo Fidalgo
Created:
2005-10-01 09:08:38 UTC
Size:
1004 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils kde-functions > > >MY_P="CdCat" >DESCRIPTION="The cdcat is graphical (QT based) multiplatform catalog program" >HOMEPAGE="http://cdcat.sourceforge.net/" >SRC_URI="http://cdcat.sourceforge.net/${P}.tar.bz2" > >LICENSE="GPL" >IUSE="nls" > >#This is because there are other app with the same name... >SLOT="" > >KEYWORDS="~x86" > > >DEPEND=">=x11-libs/qt-2.3.0 > >=dev-libs/expat-1.95.2 > >=dev-libs/libpcre-3.9 > >=sys-libs/zlib-1.1.4" > >need-qt 3 > >S=${WORKDIR}/${MY_P}-${PV}/src >DOCS="../README_CSV_IMPORT ../Authors ../README ../ChangeLog \ > ../COPYING ../TRANSLATORS_README ../cdcat.png" > > >src_unpack() { > unpack ${A} > cd ${S} > sed -i -e s~/usr/local~/usr~g ${S}/cdcat.pro || die "sed broke" > qmake cdcat.pro || die "qmake failed" >} > >src_install(){ > dobin cdcat > dodocs ${DOCS} > if use nls; then > insinto /usr/share/cdcat/translations > doins lang/*.qm > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 48826
:
32334
|
40736
|
40737
|
44044
|
69640
|
69646
|
79811
|
93800
|
93829
|
97280
|
97281
|
97282
|
225561
|
333544
|
333546
|
553488