Skip to content

Commit

Permalink
gnustep-apps/ftp: 0.6 bump
Browse files Browse the repository at this point in the history
Also switch SRC_URIs to https

Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
voyageur committed Sep 19, 2017
1 parent 7f11429 commit 4000952
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions gnustep-apps/ftp/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST FTP-0.5.tar.gz 132587 SHA256 159b297df1d797f6a4af2aa353380eeecc99078db27ecc5172e90c5bc3f06073 SHA512 186ea229d15d06f43410bfb7eaa5d50548f908f1675a0beae54dcbc9f7adeb62384ab68fee8980df582d0c257721fb3a56ea4968ecdc91c3301172d82d61bee7 WHIRLPOOL eded4bed4af37a14971527de67a3697ed7e19da387b5399f04184ef476bd365a7a690df58eb90f802c25eb0b253c4da0d2591b19ee54f0bf7427f19515253cce
DIST FTP-0.6.tar.gz 161962 SHA256 f9884c1d0a3f37fea183ed1f80905d0f9ed3c99f776dc6a876434c7512c4d610 SHA512 c717a7163b98b00c20aa06ab9acc5f3abca0e2b035a3ad801d5339bc80ad54cd86f1e52c1a28f0d7fb931bf70f0565073c20f9ba5e129cb7514cf0a153ec16a4 WHIRLPOOL 041dc4d52d40565153434be5e27b8587a360ed0e2edaef30dddc578bafff947f91a5c6735c45b19edbf1a01baf87a150b84627a09b386f48e6195c3461ead61f
2 changes: 1 addition & 1 deletion gnustep-apps/ftp/ftp-0.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MY_P="FTP-${PV}"

DESCRIPTION="FTP client for GNUstep"
HOMEPAGE="http://gap.nongnu.org/ftp/"
SRC_URI="http://savannah.nongnu.org/download/gap/${MY_P}.tar.gz"
SRC_URI="https://savannah.nongnu.org/download/gap/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
Expand Down
21 changes: 21 additions & 0 deletions gnustep-apps/ftp/ftp-0.6.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit gnustep-2

MY_P="FTP-${PV}"

DESCRIPTION="FTP client for GNUstep"
HOMEPAGE="http://gap.nongnu.org/ftp/"
SRC_URI="https://savannah.nongnu.org/download/gap/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

S=${WORKDIR}/${MY_P}

0 comments on commit 4000952

Please sign in to comment.