summaryrefslogtreecommitdiff
path: root/net-ftp/gproftpd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-03 22:39:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-03 22:39:47 +0100
commit7f0ccc917c7abe6223784c703d86cd14755691fb (patch)
tree8c6793f68896b341e22f33d7e6cef88e481f4a8b /net-ftp/gproftpd
parent9aa80713372911cec499b3adb2cd746790920916 (diff)
gentoo resync : 03.07.2021
Diffstat (limited to 'net-ftp/gproftpd')
-rw-r--r--net-ftp/gproftpd/Manifest2
-rw-r--r--net-ftp/gproftpd/gproftpd-8.3.2-r3.ebuild (renamed from net-ftp/gproftpd/gproftpd-8.3.2-r2.ebuild)8
2 files changed, 7 insertions, 3 deletions
diff --git a/net-ftp/gproftpd/Manifest b/net-ftp/gproftpd/Manifest
index 5a80d14935c1..613d15b1f98f 100644
--- a/net-ftp/gproftpd/Manifest
+++ b/net-ftp/gproftpd/Manifest
@@ -2,5 +2,5 @@ AUX gproftpd-8.3.2-desktop.patch 327 BLAKE2B 3c1f56cc44eb3c4f737385bce30df9071bf
AUX gproftpd-8.3.2-fno-common.patch 509 BLAKE2B d4dff154f0f15426e3f6c7cf610626c1850f40a55b84174e0bda30d792b38ec3e355a637c32d0975856bb5e9dc648a7f34584ab17cf3ba3e30de5ab4ad7f5af3 SHA512 24f23e7b717c58be4c5dec1595deabcff8e55a3a719d60221858b9f2ef34091c6d949349a29c3d28463359c2633737f469f322218fee6385fe851d83264bb7b1
AUX gproftpd-8.3.2-install.patch 1791 BLAKE2B 8d2b3ef4e3f3a70a0ed887cd384e8f58a8b02886aee541f850451317fc09100c49154cb73d1b5f586d4c3d8736fccab2218b85fb8864ddf7e9e8344e93de6868 SHA512 bd19623a3ac000a9055d3d79078d3e9fe142d0da342cb30cf53cb04ff5ec849ca040787f0f3271526b7af12bf9b48466eedcdd48dee5b114c9113bf8e43ca18c
DIST gproftpd-8.3.2.tar.gz 605797 BLAKE2B 76d15fb01fb73ebbb639e4ecc6ddf8399ef5bc2b904fb5d2ae433aa14c40db49d9b352ffdf558d45aa784b21e5248dfc453d2f87863c3c886dc2cd6c746d6109 SHA512 71a3b80b2bf18ec17719b1484d45fb6110764d28492edafcd97538ad99ad7cc182ed25723b721226329b61f29e511b48e0153cf01f90c3c7f5ce939f7b233f59
-EBUILD gproftpd-8.3.2-r2.ebuild 1068 BLAKE2B 751f38644d391d0a0b0dfebec9ee4af20cc599ab1912dd59c1e3ff031a6b8bf9be6e1d4c6ef6b6c57a7991a27a21ee23dcdd1274e4d4b292a8506a79bced53f2 SHA512 936d83542cfca6ac2af1c1671f62c3c91d28143c7c18e2f4188df97788292e0864561cafa428da2a0acb341c92dce64e3a00b22f09a84dab05df732f6587107c
+EBUILD gproftpd-8.3.2-r3.ebuild 1091 BLAKE2B 29730b294cedab715ed4db65161368c68ba274f205de7a6fad56ffafec7fb29dc0ea75f9a67ce7df8dff950db74e411314c91118a062e62dcade5fff0261f67c SHA512 fca3ededc647856a1caa4d22ce67192655d8d9b2fcb97b9d44f40a4c3c27e7970dd0638b91c033e86365ea70ec2494d24f71f66a37a3e99fdd5f49abb4ca8d09
MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/net-ftp/gproftpd/gproftpd-8.3.2-r2.ebuild b/net-ftp/gproftpd/gproftpd-8.3.2-r3.ebuild
index ad2fc0d7dc3c..155984d3f6f3 100644
--- a/net-ftp/gproftpd/gproftpd-8.3.2-r2.ebuild
+++ b/net-ftp/gproftpd/gproftpd-8.3.2-r3.ebuild
@@ -1,21 +1,24 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit autotools
DESCRIPTION="GTK frontend to proftpd"
HOMEPAGE="https://mange.dynalias.org/linux/gproftpd"
SRC_URI="http://mange.dynup.net/linux/gproftpd/${P}.tar.gz"
+
LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc sparc x86"
SLOT="0"
+KEYWORDS="amd64 ~ppc sparc x86"
RDEPEND="
>=dev-libs/atk-1.0
>=media-libs/freetype-2.0
>=x11-libs/pango-1.0
dev-libs/glib:2
+ virtual/libcrypt:=
virtual/libiconv
x11-libs/gtk+:2
"
@@ -35,6 +38,7 @@ DOCS="AUTHORS ChangeLog README"
src_prepare() {
default
+
eautoreconf
}