forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x11-plugins/purple-facebook: 20170329 ebuild by Vojtech Hrabal closes…
… bug #614232. Package-Manager: Portage-2.3.5, Repoman-2.3.2
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
DIST purple-facebook-20160107.tar.gz 443097 SHA256 96f28491d037752eaa27191516673564359edd5fa681f7aa62c67cda4cf8ca54 SHA512 b4d28346ae7f5d40fd83ee7eaa76f550d07e3d25ef21db6f2fd26bbe8c8333813769e5f592d2806bfb36736993802ea3fb330564b08c817ce0e25d01fb504bc9 WHIRLPOOL 400922a6b3209afc864483c69d8df453bfb60f6110e75ad2a00b47056842b1b941b61bfb6031e0ac971e6c5c32fe80b5adfdf55a67f10ead2b513d7d8d8c4f93 | ||
DIST purple-facebook-20160118.tar.gz 443498 SHA256 620b71bba75f0b89f3c52b6ec2e5bd40c0895cadd4ab76910d04b044f88788cf SHA512 bcd07de9b014d32d32cee7f1254060b4999d3bc6bd996f37fea5f74a93a6a9f0be855ac249a62068a1425bc6adf825342c4b0e924f1dbf8e0aba7d215ec9e076 WHIRLPOOL 4789742154df54ca369b453faf409cdc7177b620b3381489613fc69ee3f418414fc611f73ba95e4c402838129b0f03b1eb21228d12abc18676301a79a51aca86 | ||
DIST purple-facebook-20160409.tar.gz 448502 SHA256 bc4420bc46295700af42c2e35adda210ab62ebb8bf9808adc2baba94205d6454 SHA512 961d570c0e29a8016028bbd6c05e1dd6f3b754414e708b4688d7b49e972882833b7acf6334a5b4378f1da1c08d174de9d65123ea5d34522f0739474da6c87c8a WHIRLPOOL f8d469b8352308fc582df069b6f79f1e5a69bb84df818788e1d549cee4649974fa6170b4d22faa3d505a15524c59bcca49a9894df1b572984cb92f533da16d36 | ||
DIST purple-facebook-20170329.tar.gz 458751 SHA256 03b46fc574fa663f6bc318f216776a22332123a33a84ab8b49290c463e713509 SHA512 cce2e3a3419f64348cc1f5d5feaec36c428435cfe959477608db65d7c1cfcf7840ce8037ba816319832bd6269929cb2c57fdc21d72241574f2dc37aa4c993ec7 WHIRLPOOL 551672f22ad73cfd42fe7f26d67948d6c0b012d4158451bc81e5f6474f63b0f812902f4c0fca5817542b3519535d2a423154e8962ba59b279f3ea70671064344 |
27 changes: 27 additions & 0 deletions
27
x11-plugins/purple-facebook/purple-facebook-20170329.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
inherit eutils autotools | ||
|
||
MY_PV="0.9.2-c9b74a765767" | ||
S="${WORKDIR}/${PN}-${MY_PV}" | ||
DESCRIPTION="Facebook protocol plugin for libpurple" | ||
HOMEPAGE="https://github.com/dequis/purple-facebook" | ||
SRC_URI="https://github.com/dequis/${PN}/releases/download/v${MY_PV}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
KEYWORDS="~amd64" | ||
IUSE="" | ||
|
||
RDEPEND="dev-libs/json-glib | ||
net-im/pidgin" | ||
DEPEND="${RDEPEND}" | ||
DOCS=( AUTHORS ChangeLog NEWS README VERSION ) | ||
|
||
src_prepare() { | ||
default | ||
eautoreconf | ||
} |