From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mlmmj/
Date: Sat, 16 Apr 2016 21:12:35 +0000 (UTC) [thread overview]
Message-ID: <1460841094.b7f2729ac1b74351cda2d16539b938b066c1f4eb.mrueg@gentoo> (raw)
commit: b7f2729ac1b74351cda2d16539b938b066c1f4eb
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 21:11:34 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 21:11:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f2729a
net-mail/mlmmj: Remove old
Package-Manager: portage-2.2.28
net-mail/mlmmj/Manifest | 1 -
net-mail/mlmmj/mlmmj-1.2.17.1.ebuild | 64 ------------------------------------
2 files changed, 65 deletions(-)
diff --git a/net-mail/mlmmj/Manifest b/net-mail/mlmmj/Manifest
index 1742545..38e2902 100644
--- a/net-mail/mlmmj/Manifest
+++ b/net-mail/mlmmj/Manifest
@@ -1,4 +1,3 @@
-DIST mlmmj-1.2.17.1.tar.bz2 206041 SHA256 45a93fe5c8fc8f987bd3f5b512aea895b7ce6e5c6ccd902d65fec78eeaf56c93 SHA512 4fe0921bb0fa0903e61cffca2b360ae811a186956fee280537c3104caf3efc83a72f57f8fd048b3c2a0da9006f7278d67bc497e2092f6230328cf68560d83b70 WHIRLPOOL dd5bfc91067fc209b485470212e6f63f59c6f49e54c43c19034a88960e526d1e0085eeb21908e8507b35d6cc6a992b198f324c9676571a93310cea200ae71287
DIST mlmmj-1.2.18.0.tar.bz2 240571 SHA256 6b7072d6f899fcbc8e5d04373e80bb71ffd9c896355285a713630d5f1eeb3341 SHA512 f40fbb8a8ee5312ac6d6baa32065205b768b1ad2a16b8622e6316723d64ceb118cd6d3c0f64929d610596433e1ccb1082c23ea8ad69ca004a6b563da72bd8cc6 WHIRLPOOL 4cbb74866a0351cb2f2b132da18337095da6c79dca96ffc82e5fdbcc56cbd41e49826b83ff5551078b1cbec7ec542970ad4a0b9c9c2c53166a4bafab55eaac22
DIST mlmmj-1.2.18.1.tar.bz2 240942 SHA256 43d85fbed9bea31728f0c600fd277e553a24ff3bb5d2317a918cf3def87f91ca SHA512 755af623054daac31dfb3de20c017422c40f7fed42c141c5d398c2bd4d5deb8975db556af53f3e5e0711a83a260d7bf3017e27c4fd399a792190de683c470b72 WHIRLPOOL 50c3233950e1a94efe6d528e9684bea3c109f2e12afe292a51bbc2dbb77d9941a942a97955c8880b850043263fa2db02eb4bc794f5d3bd3001bd2444145cea9a
DIST mlmmj-1.2.19.0.tar.bz2 284701 SHA256 3bcd7f5a17234ef570836f043ea4aacfdaf47d542c4ad4cbe4b2293c3bdb3cde SHA512 c0f23b434941bfb5bfcb9a0f292edcfa62c9bb357014d41f82b03bd8ed1a951e3c8f09293dd333030b024d3da82c514de789b8916cc3c0f493ad8fefbe3a3afb WHIRLPOOL cf68b8718157fb5e21380dd81aa0a8970726232d4026ee75439228a108ec8dfffb1e4673041d1f9dffd27b9b53ce21312af410a7b9a7799e20cde968facb7b17
diff --git a/net-mail/mlmmj/mlmmj-1.2.17.1.ebuild b/net-mail/mlmmj/mlmmj-1.2.17.1.ebuild
deleted file mode 100644
index 94b5b70..0000000
--- a/net-mail/mlmmj/mlmmj-1.2.17.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-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"
-#RDEPEND=""
-S="${WORKDIR}/${MY_P}"
-SHAREDIR="/usr/share/mlmmj"
-
-src_unpack() {
- unpack ${A}
- #epatch "${FILESDIR}"/${PN}-1.2.16-requeue-unlink-fix.patch
- #epatch "${FILESDIR}"/${PN}-1.2.16-unsub-digest-text.patch
- cd "${S}"
- for i in "${S}" "${S}"/contrib/recievestrip ; do
- pushd "${i}"
- # Ignore errors
- emake -j1 distclean 2>/dev/null 1>/dev/null
- popd
- done
-}
-
-src_compile() {
- econf
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
-
- dodir ${SHAREDIR}
- dodir ${SHAREDIR}/texts
- insinto ${SHAREDIR}/texts
- doins listtexts/*
-
- dodoc AUTHORS ChangeLog FAQ README
- dodoc TODO TUNABLES UPGRADE VERSION README.access
- dodoc README.sendmail README.exim4 README.security
-
- insinto /usr/share/mlmmj
- cd "${S}"/contrib/web
- doins -r *
-
- dobin "${S}"/contrib/recievestrip
-}
-
-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"
-}
next reply other threads:[~2016-04-16 21:12 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-16 21:12 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-05-21 8:09 [gentoo-commits] repo/gentoo:master commit in: net-mail/mlmmj/ Agostino Sarubbo
2017-05-22 12:12 Michael Weber
2018-09-18 21:23 Tim Harder
2018-09-18 21:23 Tim Harder
2021-01-07 0:58 Sam James
2021-01-07 1:08 Sam James
2021-01-07 12:25 Sam James
2021-01-18 11:36 David Seifert
2021-03-11 3:08 Sam James
2021-03-11 3:08 Sam James
2021-03-11 7:29 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1460841094.b7f2729ac1b74351cda2d16539b938b066c1f4eb.mrueg@gentoo \
--to=mrueg@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox