Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 407480 Details for
Bug 555724
net-p2p/classified-ads-0.07_p1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild
classified-ads-0.07_p1.ebuild (text/plain), 2.26 KB, created by
Antti Järvinen
on 2015-07-23 20:58:01 UTC
(
hide
)
Description:
Updated ebuild
Filename:
MIME Type:
Creator:
Antti Järvinen
Created:
2015-07-23 20:58:01 UTC
Size:
2.26 KB
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-p2p/classified-ads/classified-ads-0.07.ebuild,v 1.1 2015/06/29 05:39:09 idella4 Exp $ > >EAPI=5 >PLOCALES="en fi sv" >PLOCALE_BACKUP="en" >inherit qt4-r2 > >DESCRIPTION="Program for displaying classified advertisement items" >HOMEPAGE="http://katiska.org/classified-ads/" >SRC_URI="https://github.com/operatornormal/classified-ads/archive/dd2017f3be9d5d68d5fb85af2d626424b3e712e0.tar.gz\ > -> classified-ads-${PV}.tar.gz \ >https://github.com/operatornormal/classified-ads/blob/graphics/preprocessed.tar.gz?raw=true\ > -> classified-ads-graphics-${PV}.tar.gz" >#github uses full digest if downloaded by hash: >S="$WORKDIR/classified-ads-dd2017f3be9d5d68d5fb85af2d626424b3e712e0" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >IUSE="debug doc test" > >DEPEND="dev-libs/openssl:0 > dev-libs/qjson > >=net-libs/libnatpmp-20130911 > <=net-libs/libnatpmp-20140401-r1 > >=net-libs/miniupnpc-1.8 > sys-apps/file > dev-qt/qtgui:4[debug?] > test? ( dev-libs/libgcrypt:0 > dev-qt/qttest:4 > sys-devel/gdb:0 ) > doc? ( app-doc/doxygen[dot] )" >RDEPEND="dev-libs/openssl:0 > dev-libs/qjson > >=net-libs/libnatpmp-20130911 > <=net-libs/libnatpmp-20140401-r1 > >=net-libs/miniupnpc-1.8 > sys-apps/file > dev-qt/qtgui:4[debug?]" > >src_prepare() { > # preprocessed graphics are unpacked into wrong directory > # so lets move them into correct location: > mv ../ui/* ui/ || die > # then just run qmake > qt4-r2_src_prepare >} > >src_compile() { > qt4-r2_src_compile > if use doc; then > cd doc || die > doxygen || die > fi >} > >src_test() { > cd test || die "test suite missing" > qmake || die "test suite configure failed" > make > > if [ -e $HOME/.classified_ads/sqlite_db ]; then > mv $HOME/.classified_ads/sqlite_db $HOME/.classified_ads/sqlite_db.backup \ > || die "datafile backup failed" > fi > ./testca > result=$? > rm $HOME/.classified_ads/sqlite_db || true > > if [ -e $HOME/.classified_ads/sqlite_db.backup ]; then > mv $HOME/.classified_ads/sqlite_db.backup $HOME/.classified_ads/sqlite_db \ > || die "datafile restore failed" > fi > > if [ $result != "0" ]; then > die "test failed with code $result" > fi > > return $result >} > >src_install() { > emake install INSTALL_ROOT="${D}" > use doc && dodoc -r doc/doxygen.generated/html/ >}
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 555724
:
407478
|
407480
|
407952
|
407954
|
408018
|
408020
|
408074
|
408076