* [gentoo-commits] repo/gentoo:master commit in: net-mail/courierpassd/
@ 2016-01-10 17:20 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-01-10 17:20 UTC (permalink / raw
To: gentoo-commits
commit: 16349c6b0027f35afaa0403e8ce4d458f471745f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 17:17:10 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 17:17:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16349c6b
net-mail/courierpassd: Drop old
Package-Manager: portage-2.2.26
net-mail/courierpassd/Manifest | 1 -
net-mail/courierpassd/courierpassd-1.1.2.ebuild | 29 -------------------------
2 files changed, 30 deletions(-)
diff --git a/net-mail/courierpassd/Manifest b/net-mail/courierpassd/Manifest
index ac58cac..d206377 100644
--- a/net-mail/courierpassd/Manifest
+++ b/net-mail/courierpassd/Manifest
@@ -1,2 +1 @@
-DIST courierpassd-1.1.2.tar.gz 286929 SHA256 05fb991fd488dd798a231965db30753f4debc02b6e8403b8324a33a2f2c7ef50
DIST courierpassd-1.1.3.tar.gz 341024 SHA256 b063d92b4416b79b830c65a99bc9aa90b80cd46fc42a7af310af749687501592 SHA512 53410164ec6b069ebb010f6f64926360e5574376f948b1f215e9bb1c2000320da6b04b661ba5dc8fa4b2afe0f36e456635aec110e61c508bb5443137aa7df132 WHIRLPOOL 15fb3e511917258a0fd4954dcc7acccb2f98d32ac0243b3e244bcad53133a0fe1dadd67e2fcf3a6ef5098c6f67d4aaf024f149a059b5035c8cbdab6487396ce8
diff --git a/net-mail/courierpassd/courierpassd-1.1.2.ebuild b/net-mail/courierpassd/courierpassd-1.1.2.ebuild
deleted file mode 100644
index 53502ad..0000000
--- a/net-mail/courierpassd/courierpassd-1.1.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-DESCRIPTION="Courierpassd is a utility for changing a user's password from across a network"
-HOMEPAGE="http://www.arda.homeunix.net/"
-SRC_URI="http://www.arda.homeunix.net/store/${P}.tar.gz"
-RESTRICT="mirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="xinetd"
-
-DEPEND="net-libs/courier-authlib
- xinetd? ( sys-apps/xinetd )"
-RDEPEND="${DEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- if use xinetd; then
- insinto /etc/xinetd.d
- doins "${FILESDIR}/courierpassd" || die "doins failed"
- fi
-
- dodoc README AUTHORS ChangeLog NEWS || die "dodoc failed"
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/courierpassd/
@ 2016-01-10 17:20 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-01-10 17:20 UTC (permalink / raw
To: gentoo-commits
commit: b211f47d7362b90a47e644088f06951cc89c4efc
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 17:16:39 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 17:16:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b211f47d
net-mail/courierpassd: Version bump, also fixing SRC_URI (#561174)
Package-Manager: portage-2.2.26
net-mail/courierpassd/Manifest | 1 +
net-mail/courierpassd/courierpassd-1.1.3.ebuild | 32 +++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/net-mail/courierpassd/Manifest b/net-mail/courierpassd/Manifest
index ff1374d..ac58cac 100644
--- a/net-mail/courierpassd/Manifest
+++ b/net-mail/courierpassd/Manifest
@@ -1 +1,2 @@
DIST courierpassd-1.1.2.tar.gz 286929 SHA256 05fb991fd488dd798a231965db30753f4debc02b6e8403b8324a33a2f2c7ef50
+DIST courierpassd-1.1.3.tar.gz 341024 SHA256 b063d92b4416b79b830c65a99bc9aa90b80cd46fc42a7af310af749687501592 SHA512 53410164ec6b069ebb010f6f64926360e5574376f948b1f215e9bb1c2000320da6b04b661ba5dc8fa4b2afe0f36e456635aec110e61c508bb5443137aa7df132 WHIRLPOOL 15fb3e511917258a0fd4954dcc7acccb2f98d32ac0243b3e244bcad53133a0fe1dadd67e2fcf3a6ef5098c6f67d4aaf024f149a059b5035c8cbdab6487396ce8
diff --git a/net-mail/courierpassd/courierpassd-1.1.3.ebuild b/net-mail/courierpassd/courierpassd-1.1.3.ebuild
new file mode 100644
index 0000000..4da49eb
--- /dev/null
+++ b/net-mail/courierpassd/courierpassd-1.1.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils
+
+DESCRIPTION="Courierpassd is a utility for changing a user's password from across a network"
+HOMEPAGE="http://www.arda.homeunix.net/"
+SRC_URI="http://www.arda.homeunix.net/?ddownload=12270 -> ${P}.tar.gz"
+RESTRICT="mirror"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="xinetd"
+
+DEPEND="net-libs/courier-authlib
+ xinetd? ( sys-apps/xinetd )
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/courierpasswd-${PV}"
+
+src_install() {
+ default
+
+ if use xinetd; then
+ insinto /etc/xinetd.d
+ doins "${FILESDIR}/courierpassd"
+ fi
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/courierpassd/
@ 2016-01-11 10:06 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-01-11 10:06 UTC (permalink / raw
To: gentoo-commits
commit: 43525f2f3d3f5a4476811677f8f63653545b256c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 10:04:21 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 10:06:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43525f2f
net-mail/courierpassd: courierpassd is different than courierpasswd (#561174#c4)
Package-Manager: portage-2.2.26
net-mail/courierpassd/Manifest | 2 +-
.../{courierpassd-1.1.3.ebuild => courierpassd-1.1.2-r1.ebuild} | 9 +++------
2 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/net-mail/courierpassd/Manifest b/net-mail/courierpassd/Manifest
index d206377..7c85edd 100644
--- a/net-mail/courierpassd/Manifest
+++ b/net-mail/courierpassd/Manifest
@@ -1 +1 @@
-DIST courierpassd-1.1.3.tar.gz 341024 SHA256 b063d92b4416b79b830c65a99bc9aa90b80cd46fc42a7af310af749687501592 SHA512 53410164ec6b069ebb010f6f64926360e5574376f948b1f215e9bb1c2000320da6b04b661ba5dc8fa4b2afe0f36e456635aec110e61c508bb5443137aa7df132 WHIRLPOOL 15fb3e511917258a0fd4954dcc7acccb2f98d32ac0243b3e244bcad53133a0fe1dadd67e2fcf3a6ef5098c6f67d4aaf024f149a059b5035c8cbdab6487396ce8
+DIST courierpassd-1.1.2.tar.gz 286929 SHA256 05fb991fd488dd798a231965db30753f4debc02b6e8403b8324a33a2f2c7ef50 SHA512 0cca32b19f9ebded8e388fbb5571dced4c2b9b9d47ab8e40d6b4351d77e31157bd7b97b58766bf673c38766e833206572526e27fdf6ca2d6a40f0961ef8bc7dd WHIRLPOOL 33929c1bd55d3ac318eaf85d6c61084116cc675a624270f48a9e9117348369a5fa8ecb253b2a58f7b9182285a733b195445e68b9de98368456970f7ea39cac45
diff --git a/net-mail/courierpassd/courierpassd-1.1.3.ebuild b/net-mail/courierpassd/courierpassd-1.1.2-r1.ebuild
similarity index 77%
rename from net-mail/courierpassd/courierpassd-1.1.3.ebuild
rename to net-mail/courierpassd/courierpassd-1.1.2-r1.ebuild
index 4da49eb..decd9d2 100644
--- a/net-mail/courierpassd/courierpassd-1.1.3.ebuild
+++ b/net-mail/courierpassd/courierpassd-1.1.2-r1.ebuild
@@ -2,12 +2,12 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI="5"
inherit eutils
DESCRIPTION="Courierpassd is a utility for changing a user's password from across a network"
HOMEPAGE="http://www.arda.homeunix.net/"
-SRC_URI="http://www.arda.homeunix.net/?ddownload=12270 -> ${P}.tar.gz"
+SRC_URI="http://www.arda.homeunix.net/?ddownload=375 -> ${P}.tar.gz"
RESTRICT="mirror"
LICENSE="GPL-2"
@@ -16,12 +16,9 @@ KEYWORDS="~amd64 ~x86"
IUSE="xinetd"
DEPEND="net-libs/courier-authlib
- xinetd? ( sys-apps/xinetd )
-"
+ xinetd? ( sys-apps/xinetd )"
RDEPEND="${DEPEND}"
-S="${WORKDIR}/courierpasswd-${PV}"
-
src_install() {
default
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-01-11 10:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-10 17:20 [gentoo-commits] repo/gentoo:master commit in: net-mail/courierpassd/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2016-01-10 17:20 Pacho Ramos
2016-01-11 10:06 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox