public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/gproftpd/
Date: Wed, 30 Jun 2021 18:40:44 +0000 (UTC)	[thread overview]
Message-ID: <1625078387.e889ba852241d0e05e677a3ec69228c84abc1e92.sam@gentoo> (raw)

commit:     e889ba852241d0e05e677a3ec69228c84abc1e92
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 30 18:39:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 18:39:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e889ba85

net-ftp/gproftpd: add missing libcrypt dependency

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{gproftpd-8.3.2-r2.ebuild => gproftpd-8.3.2-r3.ebuild}     | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/net-ftp/gproftpd/gproftpd-8.3.2-r2.ebuild b/net-ftp/gproftpd/gproftpd-8.3.2-r3.ebuild
similarity index 91%
rename from net-ftp/gproftpd/gproftpd-8.3.2-r2.ebuild
rename to net-ftp/gproftpd/gproftpd-8.3.2-r3.ebuild
index ad2fc0d7dc3..5c4a7511682 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,9 @@ DOCS="AUTHORS ChangeLog README"
 
 src_prepare() {
 	default
+
+	mv configure.{in,ac} || die
+
 	eautoreconf
 }
 


             reply	other threads:[~2021-06-30 18:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-30 18:40 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-01  6:45 [gentoo-commits] repo/gentoo:master commit in: net-ftp/gproftpd/ Sam James
2020-11-29  9:56 David Seifert
2020-11-29  8:15 Agostino Sarubbo
2020-11-29  0:13 Sergei Trofimovich
2020-11-27 16:49 Thomas Deutschmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1625078387.e889ba852241d0e05e677a3ec69228c84abc1e92.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox