diff options
author | 2008-06-10 18:28:27 +0000 | |
---|---|---|
committer | 2008-06-10 18:28:27 +0000 | |
commit | 91f33697332802c850ea37171db5c9a9e9b73781 (patch) | |
tree | 8ec77726ea4733c587234040669fe261215fecd6 /net-mail/perdition | |
parent | depend on latex-base instead of tetex, bug #225315 (diff) | |
download | gentoo-2-91f33697332802c850ea37171db5c9a9e9b73781.tar.gz gentoo-2-91f33697332802c850ea37171db5c9a9e9b73781.tar.bz2 gentoo-2-91f33697332802c850ea37171db5c9a9e9b73781.zip |
cleanup old version, fix typo in init-skript, remove pointless blockers (#191568)
(Portage version: 2.1.5.4)
Diffstat (limited to 'net-mail/perdition')
-rw-r--r-- | net-mail/perdition/ChangeLog | 7 | ||||
-rwxr-xr-x | net-mail/perdition/files/perdition.initd | 4 | ||||
-rw-r--r-- | net-mail/perdition/perdition-1.17.1.ebuild | 6 | ||||
-rw-r--r-- | net-mail/perdition/perdition-1.17.ebuild | 59 |
4 files changed, 10 insertions, 66 deletions
diff --git a/net-mail/perdition/ChangeLog b/net-mail/perdition/ChangeLog index d6191b2ce7be..0997411daf2f 100644 --- a/net-mail/perdition/ChangeLog +++ b/net-mail/perdition/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/perdition # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/perdition/ChangeLog,v 1.10 2008/05/21 18:58:54 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/perdition/ChangeLog,v 1.11 2008/06/10 18:28:26 dertobi123 Exp $ + + 10 Jun 2008; Tobias Scherbaum <dertobi123@gentoo.org> + files/perdition.initd, -perdition-1.17.ebuild, perdition-1.17.1.ebuild: + cleanup old version, fix typo in init-skript, remove pointless blockers + (#191568) 21 May 2008; Tiziano Müller <dev-zero@gentoo.org> perdition-1.17.ebuild, perdition-1.17.1.ebuild: diff --git a/net-mail/perdition/files/perdition.initd b/net-mail/perdition/files/perdition.initd index 14ca8b8d792a..cb7f680d5ae7 100755 --- a/net-mail/perdition/files/perdition.initd +++ b/net-mail/perdition/files/perdition.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/perdition/files/perdition.initd,v 1.1 2005/01/25 18:07:46 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/perdition/files/perdition.initd,v 1.2 2008/06/10 18:28:27 dertobi123 Exp $ depend() { need net @@ -18,7 +18,7 @@ check_key() { start() { if [ "${POP3}" = "yes" ]; then - ebegin "Starting peridtion services (POP3)" + ebegin "Starting perdition services (POP3)" start-stop-daemon --quiet --start --startas /usr/sbin/perdition.pop3 -p ${PIDDIR}/pop3.pid \ -- ${FLAGS} ${POP3_FLAGS} -u ${PERDITION_USER} --pid_file ${PIDDIR}/pop3.pid eend $? diff --git a/net-mail/perdition/perdition-1.17.1.ebuild b/net-mail/perdition/perdition-1.17.1.ebuild index 83a21d4ee6a2..f962ce8d6c62 100644 --- a/net-mail/perdition/perdition-1.17.1.ebuild +++ b/net-mail/perdition/perdition-1.17.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/perdition/perdition-1.17.1.ebuild,v 1.2 2008/05/21 18:58:54 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/perdition/perdition-1.17.1.ebuild,v 1.3 2008/06/10 18:28:26 dertobi123 Exp $ inherit eutils @@ -13,9 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="nls pam ssl mysql odbc postgres gdbm ldap" -DEPEND="!mail-client/mailx - !mail-client/nmh - dev-scheme/guile +DEPEND="dev-scheme/guile >=dev-libs/vanessa-logger-0.0.6 >=dev-libs/vanessa-adt-0.0.6 >=net-libs/vanessa-socket-0.0.7 diff --git a/net-mail/perdition/perdition-1.17.ebuild b/net-mail/perdition/perdition-1.17.ebuild deleted file mode 100644 index 0592007f2f04..000000000000 --- a/net-mail/perdition/perdition-1.17.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/perdition/perdition-1.17.ebuild,v 1.7 2008/05/21 18:58:54 dev-zero Exp $ - -inherit eutils - -DESCRIPTION="modular and fully featured POP3 and IMAP4 proxy" -HOMEPAGE="http://www.vergenet.net/linux/perdition/" -SRC_URI="http://www.vergenet.net/linux/${PN}/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="nls pam ssl mysql odbc postgres gdbm ldap" - -DEPEND="!mail-client/mailx - !mail-client/nmh - dev-scheme/guile - >=dev-libs/vanessa-logger-0.0.6 - >=dev-libs/vanessa-adt-0.0.6 - >=net-libs/vanessa-socket-0.0.7 - ssl? ( dev-libs/openssl ) - odbc? ( dev-db/unixODBC ) - gdbm? ( sys-libs/gdbm ) - mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql-server ) - ldap? ( net-nds/openldap ) - pam? ( sys-libs/pam ) - nls? ( sys-devel/gettext )" - -src_compile() { - econf --disable-sendmail \ - $(use_enable nls) \ - $(use_enable pam) \ - $(use_enable ssl) \ - $(use_enable mysql) \ - $(use_enable odbc) \ - $(use_enable postgres) \ - $(use_enable gdbm) \ - $(use_enable ldap) \ - || die "econf failed" - emake -j1 || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - - dodoc README AUTHORS TODO - - newinitd "${FILESDIR}"/perdition.initd perdition - newconfd "${FILESDIR}"/perdition.confd perdition - - keepdir /var/run/perdition -} - -pkg_preinst() { - enewuser perdition - chown perdition "${D}"/var/run/perdition -} |