From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/libsrs_alt/
Date: Sat, 23 Nov 2019 18:19:01 +0000 (UTC) [thread overview]
Message-ID: <1574533136.860ccf28c7ffd107b66593d342332112458fbaf3.mgorny@gentoo> (raw)
commit: 860ccf28c7ffd107b66593d342332112458fbaf3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 18:16:35 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 18:18:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860ccf28
mail-filter/libsrs_alt: Drop EAPI 0 ebuild
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
mail-filter/libsrs_alt/Manifest | 1 -
mail-filter/libsrs_alt/libsrs_alt-1.0.ebuild | 45 ----------------------------
2 files changed, 46 deletions(-)
diff --git a/mail-filter/libsrs_alt/Manifest b/mail-filter/libsrs_alt/Manifest
index 6a611bab7a9..3eec25b1a69 100644
--- a/mail-filter/libsrs_alt/Manifest
+++ b/mail-filter/libsrs_alt/Manifest
@@ -1,2 +1 @@
DIST libsrs_alt-1.0.tar.bz2 237984 BLAKE2B e55b01f28fdf240ccf2fea8b43e930bc02a78bfb82a2b9fe573c1c09e0839f89a0bdb51844dae237ed66e4bda925b5b3b93842462987e7f300f6f5d763adf382 SHA512 1e15f8b12c2174c8ee085fc5adae4cb267f69dd5656066d33af106ad4940769552e04cfc67af4ad9650eece2519c03ef383290f36a22df7d9e03fa2186262404
-DIST libsrs_alt-1.0.tar.gz 337225 BLAKE2B 1fb10130eb44c8edfc3757b9ba6d8a77659d1ba53fa620da2f7c5fe6cb01fe3f9c1ac0aac5a49db7d9f1b8308ac4c07778e03e4aa6ad9c0204a0871dff40047f SHA512 c202b2cbd28ce0b1296a8000b9f2ae19f4fff259a2d9ea43674cab11b947d0f85a0fdbb13e5fef2a52b1ae675a8fa35b492b233f97f5e365a9c076a337010629
diff --git a/mail-filter/libsrs_alt/libsrs_alt-1.0.ebuild b/mail-filter/libsrs_alt/libsrs_alt-1.0.ebuild
deleted file mode 100644
index 110faf04c05..00000000000
--- a/mail-filter/libsrs_alt/libsrs_alt-1.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils autotools
-
-MY_PV=${PV}
-MY_RC=${PV}
-S=${WORKDIR}/${PN}-${MY_PV}
-
-DESCRIPTION="Sender Rewriting Scheme library"
-HOMEPAGE="http://opsec.eu/src/srs/"
-SRC_URI="http://srs.mirtol.com/libsrs_alt-${MY_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="!dev-perl/Mail-SRS"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-ftime.patch
- eautoreconf
-}
-
-src_compile() {
- # add missing header
- sed -i -e '/timeb.h>/ a #include <stdlib.h>' test.c
-
- # Since the primary intended consumers of this library are MTAs,
- # use non-standard separator characters (--with-base64compat).
- # This breaks "SRS Compliancy", which is a rough standard at
- # best.
- econf --with-base64compat || die "econf failed"
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- make install DESTDIR="${D}" || die "make install failed"
- dodoc "${S}"/MTAs/README.EXIM
-}
next reply other threads:[~2019-11-23 18:19 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-23 18:19 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-05-04 19:39 [gentoo-commits] repo/gentoo:master commit in: mail-filter/libsrs_alt/ Fabian Groffen
2020-05-12 17:50 Mart Raudsepp
2019-11-23 18:19 Michał Górny
2019-11-13 16:09 Agostino Sarubbo
2019-11-12 18:07 Agostino Sarubbo
2019-11-12 10:45 Agostino Sarubbo
2019-11-12 10:38 Agostino Sarubbo
2019-11-12 10:05 Agostino Sarubbo
2019-11-06 20:11 Sergei Trofimovich
2019-10-31 19:56 Fabian Groffen
2018-12-04 22:53 Patrice Clement
2018-03-08 20:01 Markus Meier
2016-02-22 10:25 Patrice Clement
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=1574533136.860ccf28c7ffd107b66593d342332112458fbaf3.mgorny@gentoo \
--to=mgorny@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