mrueg 15/05/07 21:00:17
Added: metadata.xml pidgin-indicator-0.9.ebuild Manifest
ChangeLog
Log:
Initial version.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.1 x11-plugins/pidgin-indicator/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-indicator/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-indicator/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>
<maintainer>
<email>[email protected]</email>
<name>Manuel Rüger</name>
</maintainer>
</pkgmetadata>
1.1 x11-plugins/pidgin-indicator/pidgin-indicator-0.9.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-indicator/pidgin-indicator-0.9.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-indicator/pidgin-indicator-0.9.ebuild?rev=1.1&content-type=text/plain
Index: pidgin-indicator-0.9.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/x11-plugins/pidgin-indicator/pidgin-indicator-0.9.ebuild,v
1.1 2015/05/07 21:00:17 mrueg Exp $
EAPI=5
inherit autotools
DESCRIPTION="Indicator plugin for Pidgin"
HOMEPAGE="https://github.com/philipl/pidgin-indicator"
SRC_URI="https://github.com/philipl/pidgin-indicator/archive/${PV}.tar.gz ->
${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="dev-libs/glib:2
dev-libs/libappindicator:2
net-im/pidgin[gtk]
x11-libs/gtk+:2"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
eautoreconf
}
src_install() {
default
find "${D}" -name "*.la" -exec rm {} + || die
}
1.1 x11-plugins/pidgin-indicator/Manifest
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-indicator/Manifest?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-indicator/Manifest?rev=1.1&content-type=text/plain
Index: Manifest
===================================================================
DIST pidgin-indicator-0.9.tar.gz 28350 SHA256
bf7b3c8914a96ef7953adb503b37e0e238682f264a21355fb99e7bf148db6b5c SHA512
bf16a47d44bb184815437c6bc70021777fb8e438838eb916351c59e82879e9bdaebd430ffa77c7d36e6b66d923813bcfb7c17759c8310eb6f9e260def4189ece
WHIRLPOOL
29f23d84a327a8f885ef4fa1e64f422bd4b278582601f0d58a564fede66685ed20192453c1018e6ce4b171e5d03b63e00b82014926c03668394805d238f0e475
EBUILD pidgin-indicator-0.9.ebuild 625 SHA256
682d3a951bffb82837807ed3b8cbb552aad8f62f941eda6cf1c2298233660d8f SHA512
bf9c9c3ff6252afcd6e653af39f230d755dbc0e2fd1c0970848a7df00972dd1a5c88544879efa666bf4aab20ad2df8cacb110b3781e2a8cb537900eae4d3156a
WHIRLPOOL
21de687df792243cc46be22f34522c599853269430c376e2e684090d0477d1ab01f6fff7abaace881384a7f4d677f0ef66eae55d7de58f10b0a70b674567ecf4
MISC metadata.xml 231 SHA256
9c04e1ed256c8293b1120d9b56de16e3ee5ff6cdb3967d517d46c5974c23d67a SHA512
0aaf70d152f2b3a4b333fccde6f5c9fbb6cac1a9ecf3e2b2ddb57a1c260b3f0e7bdd215edad17f959b2a3324929bf446164341531783431c3435d1b956d09d83
WHIRLPOOL
d631165d8a2dd82731e34fed2e3c09437b8c0d383da28c3e0a5f704196afc1810a7efee388e6b558493e82fa61cc799ab3b93eb1b7b17464dd380efdcba60d06
1.1 x11-plugins/pidgin-indicator/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-indicator/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-indicator/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for x11-plugins/pidgin-indicator
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-indicator/ChangeLog,v 1.1
2015/05/07 21:00:17 mrueg Exp $
*pidgin-indicator-0.9 (07 May 2015)
07 May 2015; Manuel Rüger <[email protected]> +metadata.xml,
+pidgin-indicator-0.9.ebuild:
Initial version.