commit: 2c869cd2e3f5ccc1cf70d742255797f8eb8d907e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Sep 21 07:29:52 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Sep 21 07:29:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c869cd2
app-misc/email2trac: Remove last-rited pkg Closes: https://bugs.gentoo.org/735224 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-misc/email2trac/Manifest | 1 - app-misc/email2trac/email2trac-2.12.2.ebuild | 41 ---------------------------- app-misc/email2trac/metadata.xml | 8 ------ profiles/package.mask | 1 - 4 files changed, 51 deletions(-) diff --git a/app-misc/email2trac/Manifest b/app-misc/email2trac/Manifest deleted file mode 100644 index 80a599a1cbb..00000000000 --- a/app-misc/email2trac/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST email2trac-2.12.2.tar.gz 102415 BLAKE2B 33917aebb828b3ef10f1f3e0f54a652c88041c3c6e788ae5a5fc9ea3005a4632e114864171519ce24b3b89273d79275fd4d8da2b2b3ea1b957591a7155e9d17c SHA512 15b14d436f28092f0a9c3ecc0be0197d54085710b6cd651505168e14bf3c002ce4e218bdf2725a09c7caa2a1f72c83b24daf193eddc52658c8510e25c65a7c1b diff --git a/app-misc/email2trac/email2trac-2.12.2.ebuild b/app-misc/email2trac/email2trac-2.12.2.ebuild deleted file mode 100644 index b0afc6f5576..00000000000 --- a/app-misc/email2trac/email2trac-2.12.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( python2_7 ) -inherit python-single-r1 - -DESCRIPTION="Utilities to convert emails to trac tickets" -HOMEPAGE="https://oss.trac.surfsara.nl/email2trac" -SRC_URI="ftp://ftp.sara.nl/pub/outgoing/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - <www-apps/trac-1.3[${PYTHON_SINGLE_USEDEP}]" - -pkg_setup() { - einfo "You can set the following variables in make.conf:" - einfo " - EMAIL2TRAC_TRAC_USER (default: apache)" - einfo " - EMAIL2TRAC_MTA_USER (default: nobody)" - - python-single-r1_pkg_setup -} - -src_prepare() { - default - - sed -i -e "/^CFLAGS/s:=:&${CFLAGS} :" \ - -e "s:\$(CC):& ${LDFLAGS} :" \ - Makefile.in || die 'sed failed' -} - -src_configure() { - econf --sysconfdir=/etc/${PN}/ \ - --with-trac_user=${EMAIL2TRAC_TRAC_USER:-apache} \ - --with-mta_user=${EMAIL2TRAC_MTA_USER:-nobody} -} diff --git a/app-misc/email2trac/metadata.xml b/app-misc/email2trac/metadata.xml deleted file mode 100644 index ad70e38f24e..00000000000 --- a/app-misc/email2trac/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Webapps</name> - </maintainer> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 9f1fd742e32..1af1b56c64f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -662,7 +662,6 @@ app-emulation/ganeti-instance-debootstrap app-emulation/ganeti-instance-image app-emulation/virtualbox-bin app-forensics/openscap -app-misc/email2trac # Alfredo Tupone <[email protected]> (2020-08-16) # Ported to py3.8 but not yet released
