diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-01-18 12:36:02 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-01-18 12:36:02 +0100 |
commit | b711df9ec9e518e9e7ee93043ca3109e1e375f5a (patch) | |
tree | d75fa822d49640fe07ff42d5d5d994f7291a9c5a /net-mail/mlmmj | |
parent | net-analyzer/nstats: Remove old (diff) | |
download | gentoo-b711df9ec9e518e9e7ee93043ca3109e1e375f5a.tar.gz gentoo-b711df9ec9e518e9e7ee93043ca3109e1e375f5a.tar.bz2 gentoo-b711df9ec9e518e9e7ee93043ca3109e1e375f5a.zip |
net-mail/mlmmj: Remove old
Bug: https://bugs.gentoo.org/763942
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-mail/mlmmj')
-rw-r--r-- | net-mail/mlmmj/Manifest | 1 | ||||
-rw-r--r-- | net-mail/mlmmj/mlmmj-1.2.19.0-r1.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/net-mail/mlmmj/Manifest b/net-mail/mlmmj/Manifest index ddc879af3eff..486b67f60733 100644 --- a/net-mail/mlmmj/Manifest +++ b/net-mail/mlmmj/Manifest @@ -1,2 +1 @@ -DIST mlmmj-1.2.19.0.tar.bz2 284701 BLAKE2B a145b742a6024447d107b40bdd4072c1933069493360600161a3f585575a8cf2252393d53e8a66c0702301f148d73df7173b50234818bac4ae5b2269ff42f72b SHA512 c0f23b434941bfb5bfcb9a0f292edcfa62c9bb357014d41f82b03bd8ed1a951e3c8f09293dd333030b024d3da82c514de789b8916cc3c0f493ad8fefbe3a3afb DIST mlmmj-1.3.0.tar.bz2 292519 BLAKE2B abaf5c7ad53034d2201a2d3ba6d7f99ca83f47ec83df59e12a90a7118fbbde941d5ed2d14864a4af1568f67e74ea082fbc70fc9e44390673b76377bb3679c817 SHA512 c704d89f8a96c0ffc751a744ffdefb5e4304ab74be89292f06ce0c337b8ff1cc5a91737c8b1bd96fe3e993338986fa42bf360cfefc508e1eac74ab88ffda2494 diff --git a/net-mail/mlmmj/mlmmj-1.2.19.0-r1.ebuild b/net-mail/mlmmj/mlmmj-1.2.19.0-r1.ebuild deleted file mode 100644 index 8c463a2ac364..000000000000 --- a/net-mail/mlmmj/mlmmj-1.2.19.0-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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}" - -DOCS="AUTHORS ChangeLog FAQ README* TODO TUNABLES UPGRADE" -PATCHES=( - "${FILESDIR}"/mlmmj-1.2.19.0-listcontrol-customheaders.patch -) - -src_configure() { - econf --enable-receive-strip -} - -src_install() { - default - - insinto /usr/share/mlmmj/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" -} |