pinkbyte 14/06/24 07:52:42
Added: metadata.xml ChangeLog
yandex-disk-0.1.4.504_p1.ebuild
Log:
Initial commit, wrt bug #483110. Thanks to Dmitry Suloev <SuloevDmitry AT
gmail.com> for initial ebuild. Package will be maintained by Vladimir Romanov
<blueboar AT gentoo.org> through proxy maintainers
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
0x1F357D42)
Revision Changes Path
1.1 net-misc/yandex-disk/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/yandex-disk/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/yandex-disk/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>proxy-maintainers</herd>
<maintainer>
<email>[email protected]</email>
<name>Vladimir Romanov</name>
<description>Maintainer. Assign bugs to him</description>
</maintainer>
<maintainer>
<email>[email protected]</email>
<name>Sergey Popov</name>
<description>Proxy maintainer. CC him on bugs</description>
</maintainer>
</pkgmetadata>
1.1 net-misc/yandex-disk/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/yandex-disk/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/yandex-disk/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for net-misc/yandex-disk
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/yandex-disk/ChangeLog,v 1.1
2014/06/24 07:52:42 pinkbyte Exp $
*yandex-disk-0.1.4.504_p1 (24 Jun 2014)
24 Jun 2014; Sergey Popov <[email protected]>
+yandex-disk-0.1.4.504_p1.ebuild, +metadata.xml:
Initial commit, wrt bug #483110. Thanks to Dmitry Suloev <SuloevDmitry AT
gmail.com> for initial ebuild. Package will be maintained by Vladimir Romanov
<blueboar AT gentoo.org> through proxy maintainers
1.1 net-misc/yandex-disk/yandex-disk-0.1.4.504_p1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/yandex-disk/yandex-disk-0.1.4.504_p1.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/yandex-disk/yandex-disk-0.1.4.504_p1.ebuild?rev=1.1&content-type=text/plain
Index: yandex-disk-0.1.4.504_p1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/net-misc/yandex-disk/yandex-disk-0.1.4.504_p1.ebuild,v
1.1 2014/06/24 07:52:42 pinkbyte Exp $
EAPI=5
inherit bash-completion-r1 rpm
MY_P="${PN}-${PV/_p/-}"
DESCRIPTION="CLI to access Yandex Disk file storage service"
HOMEPAGE="https://disk.yandex.ru"
SRC_URI="
amd64? (
http://repo.yandex.ru/yandex-disk/rpm/stable/x86_64/${MY_P}.fedora.x86_64.rpm )
x86? (
http://repo.yandex.ru/yandex-disk/rpm/stable/i386/${MY_P}.fedora.i386.rpm )
"
LICENSE="YDSLA"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
DEPEND=""
RDEPEND="sys-libs/zlib"
S="${WORKDIR}"
QA_PREBUILT="opt/bin/yandex-disk"
src_install() {
exeinto /opt/bin
doexe usr/bin/yandex-disk
newbashcomp etc/bash_completion.d/yandex-disk-completion.bash "${PN}"
}