mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-misc/email2trac: Remove last-rited pkg
Closes: https://bugs.gentoo.org/735224 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST email2trac-2.12.2.tar.gz 102415 BLAKE2B 33917aebb828b3ef10f1f3e0f54a652c88041c3c6e788ae5a5fc9ea3005a4632e114864171519ce24b3b89273d79275fd4d8da2b2b3ea1b957591a7155e9d17c SHA512 15b14d436f28092f0a9c3ecc0be0197d54085710b6cd651505168e14bf3c002ce4e218bdf2725a09c7caa2a1f72c83b24daf193eddc52658c8510e25c65a7c1b
|
||||
@@ -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}
|
||||
}
|
||||
@@ -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>web-apps@gentoo.org</email>
|
||||
<name>Gentoo Webapps</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -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 <tupone@gentoo.org> (2020-08-16)
|
||||
# Ported to py3.8 but not yet released
|
||||
|
||||
Reference in New Issue
Block a user