Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 403664 Details for
Bug 549956
New ebuild: net-misc/cloudme-sync
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cloudme-sync-1.8.8.ebuild
cloudme-sync-1.8.8.ebuild (text/plain), 912 bytes, created by
Marek Szuba (RETIRED)
on 2015-05-20 10:46:40 UTC
(
hide
)
Description:
cloudme-sync-1.8.8.ebuild
Filename:
MIME Type:
Creator:
Marek Szuba (RETIRED)
Created:
2015-05-20 10:46:40 UTC
Size:
912 bytes
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header$ > >EAPI=5 > >inherit eutils unpacker > >DESCRIPTION="Cloudme Sync client" >HOMEPAGE="http://www.cloudme.com/" >SRC_URI=" > amd64? ( https://www.cloudme.com/downloads/${PN}_${PV}-1.2_amd64.deb ) > x86? ( https://www.cloudme.com/downloads/${PN}_${PV}-1.2_i386.deb )" > >LICENSE="LGPL" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >RDEPEND=" > dev-qt/qtcore:5 > dev-qt/qtgui:5 > dev-qt/qtnetwork:5 > dev-qt/qtsql:5 > dev-qt/qtwidgets:5 > dev-qt/qtxml:5 > gnome-base/libgnome-keyring >" >DEPEND="" > >S="${WORKDIR}" > >QA_PRESTRIPPED="/opt/bin/cloudme-sync" > >src_install() { > cd ${S}/usr > > into /opt > dobin bin/${PN} > > cd ${S}/usr/share > > domenu applications/${PN}.desktop > > dodoc doc/${PN}/changelog.Debian.gz doc/${PN}/copyright > > insinto /usr/share/${PN} > doins -r ${PN}/certs ${PN}/locale >}
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 549956
:
403662
|
403664
|
405638
|
429714