summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-09-05 20:26:04 +0000
committerTim Harder <radhermit@gentoo.org>2012-09-05 20:26:04 +0000
commit1df34c189b544cc92d89788a7ca83039c74c2a21 (patch)
treecd223223bdda6046d0f0b51d988b5abb6eb7c6ed /net-mail
parentRequire Python[xml]. Patch by Arfrever. (diff)
downloadgentoo-2-1df34c189b544cc92d89788a7ca83039c74c2a21.tar.gz
gentoo-2-1df34c189b544cc92d89788a7ca83039c74c2a21.tar.bz2
gentoo-2-1df34c189b544cc92d89788a7ca83039c74c2a21.zip
Version bump (bug #421217).
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/mlmmj/ChangeLog9
-rw-r--r--net-mail/mlmmj/mlmmj-1.2.18.0.ebuild42
2 files changed, 49 insertions, 2 deletions
diff --git a/net-mail/mlmmj/ChangeLog b/net-mail/mlmmj/ChangeLog
index 18ed2e95878b..80917d92adb1 100644
--- a/net-mail/mlmmj/ChangeLog
+++ b/net-mail/mlmmj/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/mlmmj
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mlmmj/ChangeLog,v 1.39 2011/06/06 12:32:37 eras Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mlmmj/ChangeLog,v 1.40 2012/09/05 20:26:04 radhermit Exp $
+
+*mlmmj-1.2.18.0 (05 Sep 2012)
+
+ 05 Sep 2012; Tim Harder <radhermit@gentoo.org> +mlmmj-1.2.18.0.ebuild:
+ Version bump (bug #421217).
06 Jun 2011; Eray Aslan <eras@gentoo.org> -mlmmj-1.2.4.ebuild,
-mlmmj-1.2.8.ebuild, -mlmmj-1.2.9.ebuild, -mlmmj-1.2.10.ebuild,
diff --git a/net-mail/mlmmj/mlmmj-1.2.18.0.ebuild b/net-mail/mlmmj/mlmmj-1.2.18.0.ebuild
new file mode 100644
index 000000000000..8466d40dc792
--- /dev/null
+++ b/net-mail/mlmmj/mlmmj-1.2.18.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mlmmj/mlmmj-1.2.18.0.ebuild,v 1.1 2012/09/05 20:26:04 radhermit Exp $
+
+EAPI=4
+
+MY_PV="${PV/_rc/-RC}"
+MY_P="${PN}-${MY_PV}"
+DESCRIPTION="Mailing list managing made joyful"
+HOMEPAGE="http://mlmmj.org/"
+SRC_URI="http://mlmmj.org/releases/${MY_P}.tar.bz2"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE=""
+DEPEND="virtual/mta"
+S="${WORKDIR}/${MY_P}"
+SHAREDIR="/usr/share/mlmmj"
+
+DOCS="AUTHORS ChangeLog FAQ README* TODO TUNABLES UPGRADE"
+
+src_configure() {
+ econf --enable-receive-strip
+}
+
+src_install() {
+ default
+
+ insinto ${SHAREDIR}/texts
+ doins listtexts/*
+
+ insinto /usr/share/mlmmj
+ doins -r contrib/web/*
+}
+
+pkg_postinst() {
+ elog "mlmmj comes with serveral webinterfaces:"
+ elog "- One for user subscribing/unsubscribing"
+ elog "- One for admin tasks"
+ elog "both available in a php and perl module."
+ elog "For more info have a look in /usr/share/mlmmj"
+}