summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2005-10-21 21:18:17 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2005-10-21 21:18:17 +0000
commit4c54c3231675f51d96b56801bc05688816a0dfee (patch)
tree4e9687932b9bfb1bca8799c771db975a01587b74 /net-mail
parentBlock <qmail-1.03-r16, fixes bug #110064. (diff)
downloadgentoo-2-4c54c3231675f51d96b56801bc05688816a0dfee.tar.gz
gentoo-2-4c54c3231675f51d96b56801bc05688816a0dfee.tar.bz2
gentoo-2-4c54c3231675f51d96b56801bc05688816a0dfee.zip
Stable on mips (-r3), removed old version.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/cmd5checkpw/ChangeLog6
-rw-r--r--net-mail/cmd5checkpw/cmd5checkpw-0.22-r2.ebuild63
-rw-r--r--net-mail/cmd5checkpw/cmd5checkpw-0.22-r3.ebuild4
-rw-r--r--net-mail/cmd5checkpw/files/digest-cmd5checkpw-0.22-r21
4 files changed, 7 insertions, 67 deletions
diff --git a/net-mail/cmd5checkpw/ChangeLog b/net-mail/cmd5checkpw/ChangeLog
index 3e9d27cbd244..c769ba97404b 100644
--- a/net-mail/cmd5checkpw/ChangeLog
+++ b/net-mail/cmd5checkpw/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/cmd5checkpw
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/ChangeLog,v 1.36 2005/10/21 21:16:38 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/ChangeLog,v 1.37 2005/10/21 21:18:17 hansmi Exp $
+
+ 21 Oct 2005; Michael Hanselmann <hansmi@gentoo.org>
+ -cmd5checkpw-0.22-r2.ebuild, cmd5checkpw-0.22-r3.ebuild:
+ Stable on mips (-r3), removed old version.
21 Oct 2005; Michael Hanselmann <hansmi@gentoo.org>
cmd5checkpw-0.30.ebuild:
diff --git a/net-mail/cmd5checkpw/cmd5checkpw-0.22-r2.ebuild b/net-mail/cmd5checkpw/cmd5checkpw-0.22-r2.ebuild
deleted file mode 100644
index 19c95083498b..000000000000
--- a/net-mail/cmd5checkpw/cmd5checkpw-0.22-r2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/cmd5checkpw-0.22-r2.ebuild,v 1.11 2005/08/23 13:40:42 ticho Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A checkpassword compatible authentication program that used CRAM-MD5 authentication mode."
-SRC_URI="http://members.elysium.pl/brush/cmd5checkpw/dist/${P}.tar.gz"
-HOMEPAGE="http://members.elysium.pl/brush/cmd5checkpw/"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc sparc x86"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-douser() {
- enewuser cmd5checkpw 212 -1 /dev/null bin
-}
-
-pkg_preinst() {
- douser
-}
-
-pkg_setup() {
- douser
-}
-
-src_unpack() {
- unpack "${A}"
- cd "${S}"
-
- epatch ${FILESDIR}/euid.diff || die 'Applying euid.diff failed'
-}
-
-src_compile() {
- cp Makefile Makefile.orig
- sed \
- -e "s:-c -g -Wall -O3:${CFLAGS}:" \
- -e "s:cp cmd5checkpw /bin/:cp cmd5checkpw \${D}/bin/:" \
- -e "s:cp cmd5checkpw.8 /usr/man/man8/:cp cmd5checkpw.8 \${D}/usr/share/man/man8/:" \
- < Makefile.orig > Makefile
- cd ${S}
- echo "$(tc-getCC) ${CFLAGS}" > conf-cc
- echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
- make || die
-}
-
-src_install() {
- dodir /etc /bin /usr/share/man/man8
- insinto /etc
- doins ${FILESDIR}/poppasswd
- make install
- fowners cmd5checkpw /etc/poppasswd /bin/cmd5checkpw
- fperms 400 /etc/poppasswd
- fperms u+s /bin/cmd5checkpw
-}
-
-pkg_postinst() {
- chmod 400 ${ROOT}/etc/poppasswd
- chown cmd5checkpw ${ROOT}/etc/poppasswd
-}
diff --git a/net-mail/cmd5checkpw/cmd5checkpw-0.22-r3.ebuild b/net-mail/cmd5checkpw/cmd5checkpw-0.22-r3.ebuild
index 47c567446c5b..4455760df71f 100644
--- a/net-mail/cmd5checkpw/cmd5checkpw-0.22-r3.ebuild
+++ b/net-mail/cmd5checkpw/cmd5checkpw-0.22-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/cmd5checkpw-0.22-r3.ebuild,v 1.8 2005/08/23 13:40:42 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/cmd5checkpw-0.22-r3.ebuild,v 1.9 2005/10/21 21:18:17 hansmi Exp $
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@ HOMEPAGE="http://members.elysium.pl/brush/cmd5checkpw/"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc sparc x86"
IUSE=""
DEPEND="virtual/libc"
diff --git a/net-mail/cmd5checkpw/files/digest-cmd5checkpw-0.22-r2 b/net-mail/cmd5checkpw/files/digest-cmd5checkpw-0.22-r2
deleted file mode 100644
index 53de5a450fbb..000000000000
--- a/net-mail/cmd5checkpw/files/digest-cmd5checkpw-0.22-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 40092caf3608cbc8bd23220b2b28cb52 cmd5checkpw-0.22.tar.gz 24323