public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-mail/vchkuser/
@ 2016-04-16 21:12 Manuel Rüger
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2016-04-16 21:12 UTC (permalink / raw
  To: gentoo-commits

commit:     35cd2926b27501f7de8c7ca32efd9b13add11bbb
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 21:10:50 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 21:10:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35cd2926

net-mail/vchkuser: Remove old

Package-Manager: portage-2.2.28

 net-mail/vchkuser/Manifest              |  1 -
 net-mail/vchkuser/vchkuser-0.3.3.ebuild | 39 ---------------------------------
 2 files changed, 40 deletions(-)

diff --git a/net-mail/vchkuser/Manifest b/net-mail/vchkuser/Manifest
index 52a7e07..26b861a 100644
--- a/net-mail/vchkuser/Manifest
+++ b/net-mail/vchkuser/Manifest
@@ -1,2 +1 @@
-DIST vchkuser-0.3.3.tar.bz2 6057 SHA256 a104a5ca6fc091a0d255d3eac20b4670f28b75285323fdf27fc98bdd6d53cadf SHA512 866235abf0ed0b0775d41085b37d3827908f47d0b0c039ae8239c99b56dc8e395475b98baeafa17b63160639e57d15d7ad724e1f22cd2ea492774d1a0d82969f WHIRLPOOL 18a84a83542b1a7259777eec7f1eb62a6e5593c227f678f574c39d0a104dff3595fac454dfe2de2a4a304d7a03959e53cbbe7c13155c5f467dcccdd1121b732a
 DIST vchkuser-0.4.tar.gz 5890 SHA256 314cf937e24b6460ca816fde0d25119054ef880373151082e913aeccf9f92edd SHA512 3c33a1c26abeaf45ca90ac1f1c9cf7b1ae6eba3f6e5a8d0d8d0d12dce98fbada4209cd916af7af69d7682c174d88741b1140e5c758a08e0d196e73f2b6145699 WHIRLPOOL d33f2305c2fc5802f6cd6cccebf679df01e5626bc72d05523eb5405cd9b291d1a4dac866fd8bfd7606a93e68b9de6d9acd64395cd08fcf5dbc0be52cc9787f45

diff --git a/net-mail/vchkuser/vchkuser-0.3.3.ebuild b/net-mail/vchkuser/vchkuser-0.3.3.ebuild
deleted file mode 100644
index 860330b..0000000
--- a/net-mail/vchkuser/vchkuser-0.3.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit autotools qmail
-
-DESCRIPTION="qmail-spp plugin to check recipient existance with vpopmail"
-HOMEPAGE="https://github.com/hollow/vchkuser"
-SRC_URI="http://bb.xnull.de/projects/vchkuser/dist/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="net-mail/vpopmail
-	|| ( mail-mta/netqmail[qmail-spp] mail-mta/qmail-ldap[qmail-spp] )"
-RDEPEND=""
-
-src_prepare() {
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable debug) \
-		--with-vpopuser=vpopmail \
-		--with-qmailgroup=nofiles \
-		--with-vpopmaildir=/var/vpopmail \
-		--with-qmaildir=${QMAIL_HOME}
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake failed"
-	fowners vpopmail:nofiles "${QMAIL_HOME}"/plugins/vchkuser
-	fperms 4750 "${QMAIL_HOME}"/plugins/vchkuser
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/vchkuser/
@ 2018-01-03 18:39 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2018-01-03 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     fd6aa0ce70dbee30e03abe7f5a4d54789e86c1db
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 18:37:38 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 18:37:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd6aa0ce

net-mail/vchkuser: Port to EAPI 6

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-mail/vchkuser/vchkuser-0.4.ebuild | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/net-mail/vchkuser/vchkuser-0.4.ebuild b/net-mail/vchkuser/vchkuser-0.4.ebuild
index f007e274eae..93faf978ed0 100644
--- a/net-mail/vchkuser/vchkuser-0.4.ebuild
+++ b/net-mail/vchkuser/vchkuser-0.4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="3"
+EAPI=6
 
 inherit autotools qmail
 
@@ -14,13 +14,18 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="debug"
 
-DEPEND="net-mail/vpopmail
-	|| ( mail-mta/netqmail[qmail-spp] mail-mta/qmail-ldap[qmail-spp] )"
+DEPEND="
+	net-mail/vpopmail
+	|| (
+		mail-mta/netqmail[qmail-spp]
+		mail-mta/qmail-ldap[qmail-spp]
+	)"
 RDEPEND=""
 
 S="${WORKDIR}/hollow-${PN}-8a048f7"
 
 src_prepare() {
+	default
 	eautoreconf
 }
 
@@ -29,12 +34,13 @@ src_configure() {
 		$(use_enable debug) \
 		--with-vpopuser=vpopmail \
 		--with-qmailgroup=nofiles \
-		--with-vpopmaildir=/var/vpopmail \
+		--with-vpopmaildir="${EPREFIX}"/var/vpopmail \
 		--with-qmaildir=${QMAIL_HOME}
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake failed"
+	default
+
 	fowners vpopmail:nofiles "${QMAIL_HOME}"/plugins/vchkuser
 	fperms 4750 "${QMAIL_HOME}"/plugins/vchkuser
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/vchkuser/
@ 2021-08-22  3:17 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-08-22  3:17 UTC (permalink / raw
  To: gentoo-commits

commit:     548db392f9c084848066dab7dc814ab0f908d627
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 22 03:08:45 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 22 03:08:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548db392

net-mail/vchkuser: add missing libcrypt dependency

Closes: https://bugs.gentoo.org/809191
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-mail/vchkuser/{vchkuser-0.4.ebuild => vchkuser-0.4-r1.ebuild} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-mail/vchkuser/vchkuser-0.4.ebuild b/net-mail/vchkuser/vchkuser-0.4-r1.ebuild
similarity index 90%
rename from net-mail/vchkuser/vchkuser-0.4.ebuild
rename to net-mail/vchkuser/vchkuser-0.4-r1.ebuild
index 93faf978ed0..d243ea09880 100644
--- a/net-mail/vchkuser/vchkuser-0.4.ebuild
+++ b/net-mail/vchkuser/vchkuser-0.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,12 +15,14 @@ KEYWORDS="amd64 x86"
 IUSE="debug"
 
 DEPEND="
+	dev-libs/libpcre
 	net-mail/vpopmail
+	virtual/libcrypt:=
 	|| (
 		mail-mta/netqmail[qmail-spp]
 		mail-mta/qmail-ldap[qmail-spp]
 	)"
-RDEPEND=""
+RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/hollow-${PN}-8a048f7"
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/vchkuser/
@ 2022-10-15 14:00 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-10-15 14:00 UTC (permalink / raw
  To: gentoo-commits

commit:     6fda5e57ac6c83a2c0f5c0b28886dfaabd952fff
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 13:57:37 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 13:57:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fda5e57

net-mail/vchkuser: fix ObsoleteUri

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

 net-mail/vchkuser/vchkuser-0.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/vchkuser/vchkuser-0.4-r1.ebuild b/net-mail/vchkuser/vchkuser-0.4-r1.ebuild
index d243ea098800..b7a64c31e963 100644
--- a/net-mail/vchkuser/vchkuser-0.4-r1.ebuild
+++ b/net-mail/vchkuser/vchkuser-0.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ inherit autotools qmail
 
 DESCRIPTION="qmail-spp plugin to check recipient existance with vpopmail"
 HOMEPAGE="https://github.com/hollow/vchkuser"
-SRC_URI="https://github.com/hollow/vchkuser/tarball/v${PV} -> ${P}.tar.gz"
+SRC_URI="https://github.com/hollow/vchkuser/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-15 14:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-03 18:39 [gentoo-commits] repo/gentoo:master commit in: net-mail/vchkuser/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2022-10-15 14:00 Sam James
2021-08-22  3:17 Sam James
2016-04-16 21:12 Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox