From c1227c2ba06c8bf2ca8933810c12bbdde7730f6f Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Wed, 8 Mar 2017 21:38:05 +0000 Subject: games-util/lgogdownloader: Version bump to 3.2 Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- games-util/lgogdownloader/Manifest | 2 +- .../lgogdownloader/lgogdownloader-3.1.ebuild | 26 ---------------------- .../lgogdownloader/lgogdownloader-3.2.ebuild | 26 ++++++++++++++++++++++ 3 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 games-util/lgogdownloader/lgogdownloader-3.1.ebuild create mode 100644 games-util/lgogdownloader/lgogdownloader-3.2.ebuild (limited to 'games-util') diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest index e352f58d3428..2daae536192a 100644 --- a/games-util/lgogdownloader/Manifest +++ b/games-util/lgogdownloader/Manifest @@ -1 +1 @@ -DIST lgogdownloader-3.1.tar.gz 60834 SHA256 010d98e23108f605a553efd42ae68abd9ec78db1b2cd18cab89f8fb7e20484c9 SHA512 e15f6d359298bee0922439703ca256ad9f5f07052a12b241fe03031663dce44bd61427dbe9739115d529736b261a51068c5b2c7669fe4a4b4c0553c2ed77a793 WHIRLPOOL 061d9ffad072dae03f509e637b081d48b293d2324ed9ef32f0341b32bc00d441db79227cc4c206bee11b426a0c5960c1a78e9471d2ce9f489070f4173c21c84f +DIST lgogdownloader-3.2.tar.gz 68438 SHA256 9e60af50c18533884ca317778b291152d5f04d93dfd3dc2579f6f965538b2031 SHA512 b1d8d89b303c77e17601b19e09346b8d632bc049d40741442ad88646d8764e4efd3a04edcbcae5a5e098df3251ae88d15d355d06cbb03cf313a8619d3111ff35 WHIRLPOOL f584c1e86d0e867b54d5e3415bcd0403baf783a9feb3d2ed3024c3dbfbe0892ddbf3dc79c535d8692570a8fe9dcab0cace38032ba255d805adb3fd300af3f79a diff --git a/games-util/lgogdownloader/lgogdownloader-3.1.ebuild b/games-util/lgogdownloader/lgogdownloader-3.1.ebuild deleted file mode 100644 index 0ac33eae5786..000000000000 --- a/games-util/lgogdownloader/lgogdownloader-3.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="Unofficial GOG.com downloader for Linux" -HOMEPAGE="https://sites.google.com/site/gogdownloader/" -SRC_URI="https://sites.google.com/site/gogdownloader/${P}.tar.gz" -LICENSE="WTFPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+debug" - -RDEPEND=">=app-crypt/rhash-1.3.3-r2:0= - dev-cpp/htmlcxx:0= - dev-libs/boost:0= - >=dev-libs/jsoncpp-1.7:0= - dev-libs/tinyxml2:0= - net-libs/liboauth:0= - >=net-misc/curl-7.32:0=[ssl]" - -DEPEND="${RDEPEND} - sys-apps/help2man - virtual/pkgconfig" diff --git a/games-util/lgogdownloader/lgogdownloader-3.2.ebuild b/games-util/lgogdownloader/lgogdownloader-3.2.ebuild new file mode 100644 index 000000000000..0ac33eae5786 --- /dev/null +++ b/games-util/lgogdownloader/lgogdownloader-3.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="Unofficial GOG.com downloader for Linux" +HOMEPAGE="https://sites.google.com/site/gogdownloader/" +SRC_URI="https://sites.google.com/site/gogdownloader/${P}.tar.gz" +LICENSE="WTFPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+debug" + +RDEPEND=">=app-crypt/rhash-1.3.3-r2:0= + dev-cpp/htmlcxx:0= + dev-libs/boost:0= + >=dev-libs/jsoncpp-1.7:0= + dev-libs/tinyxml2:0= + net-libs/liboauth:0= + >=net-misc/curl-7.32:0=[ssl]" + +DEPEND="${RDEPEND} + sys-apps/help2man + virtual/pkgconfig" -- cgit v1.2.3-65-gdbad