* [gentoo-commits] gentoo-x86 commit in net-mail/vchkuser: vchkuser-0.3.3.ebuild ChangeLog vchkuser-0.4.ebuild vchkuser-0.3.2.ebuild
@ 2010-10-04 12:40 99% Benedikt Boehm (hollow)
0 siblings, 0 replies; 1+ results
From: Benedikt Boehm (hollow) @ 2010-10-04 12:40 UTC (permalink / raw
To: gentoo-commits
hollow 10/10/04 12:40:02
Modified: vchkuser-0.3.3.ebuild ChangeLog
Added: vchkuser-0.4.ebuild
Removed: vchkuser-0.3.2.ebuild
Log:
version bump
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Revision Changes Path
1.2 net-mail/vchkuser/vchkuser-0.3.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vchkuser/vchkuser-0.3.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vchkuser/vchkuser-0.3.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vchkuser/vchkuser-0.3.3.ebuild?r1=1.1&r2=1.2
Index: vchkuser-0.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/vchkuser/vchkuser-0.3.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vchkuser-0.3.3.ebuild 10 Apr 2010 06:47:48 -0000 1.1
+++ vchkuser-0.3.3.ebuild 4 Oct 2010 12:40:02 -0000 1.2
@@ -1,13 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vchkuser/vchkuser-0.3.3.ebuild,v 1.1 2010/04/10 06:47:48 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vchkuser/vchkuser-0.3.3.ebuild,v 1.2 2010/10/04 12:40:02 hollow Exp $
EAPI="2"
inherit autotools qmail
DESCRIPTION="qmail-spp plugin to check recipient existance with vpopmail"
-HOMEPAGE="http://bb.xnull.de/projects/vchkuser/"
+HOMEPAGE="http://github.com/hollow/vchkuser"
SRC_URI="http://bb.xnull.de/projects/vchkuser/dist/${P}.tar.bz2"
LICENSE="BSD"
1.4 net-mail/vchkuser/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vchkuser/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vchkuser/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vchkuser/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/vchkuser/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 10 Apr 2010 06:47:48 -0000 1.3
+++ ChangeLog 4 Oct 2010 12:40:02 -0000 1.4
@@ -1,6 +1,12 @@
# ChangeLog for net-mail/vchkuser
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vchkuser/ChangeLog,v 1.3 2010/04/10 06:47:48 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vchkuser/ChangeLog,v 1.4 2010/10/04 12:40:02 hollow Exp $
+
+*vchkuser-0.4 (04 Oct 2010)
+
+ 04 Oct 2010; Benedikt Böhm <hollow@gentoo.org> -vchkuser-0.3.2.ebuild,
+ vchkuser-0.3.3.ebuild, +vchkuser-0.4.ebuild:
+ version bump
*vchkuser-0.3.3 (10 Apr 2010)
1.1 net-mail/vchkuser/vchkuser-0.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vchkuser/vchkuser-0.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vchkuser/vchkuser-0.4.ebuild?rev=1.1&content-type=text/plain
Index: vchkuser-0.4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/vchkuser/vchkuser-0.4.ebuild,v 1.1 2010/10/04 12:40:02 hollow Exp $
EAPI="3"
inherit autotools qmail
DESCRIPTION="qmail-spp plugin to check recipient existance with vpopmail"
HOMEPAGE="http://github.com/hollow/vchkuser"
SRC_URI="http://github.com/hollow/vchkuser/tarball/v${PV} -> ${P}.tar.gz"
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=""
S="${WORKDIR}/hollow-${PN}-8a048f7"
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 [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-10-04 12:40 99% [gentoo-commits] gentoo-x86 commit in net-mail/vchkuser: vchkuser-0.3.3.ebuild ChangeLog vchkuser-0.4.ebuild vchkuser-0.3.2.ebuild Benedikt Boehm (hollow)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox