public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/email2trac/
@ 2016-05-10 12:29 Ian Delaney
  0 siblings, 0 replies; 6+ messages in thread
From: Ian Delaney @ 2016-05-10 12:29 UTC (permalink / raw
  To: gentoo-commits

commit:     4ae6356754fabeb47a68815a7a91bd9375309ee2
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Tue May 10 10:57:30 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue May 10 12:29:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae63567

app-misc/email2trac: bump to vn. 2.8.8

new ebuild submitted via

Gentoo-bug: #58115

Package-Manager: portage-2.2.28

 app-misc/email2trac/Manifest                |  1 +
 app-misc/email2trac/email2trac-2.8.8.ebuild | 39 +++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/app-misc/email2trac/Manifest b/app-misc/email2trac/Manifest
index adbefef..c6504f9 100644
--- a/app-misc/email2trac/Manifest
+++ b/app-misc/email2trac/Manifest
@@ -1,2 +1,3 @@
 DIST email2trac-2.6.2.tar.gz 104732 SHA256 4d1ccd12e18a303d3700eeb5449eb330ddbc13ed66103df79fffed950fd9243f SHA512 69b596b4c60ccc40b53ddfce5c13d5d7f27ac1fc5674e1cb3fbf84b083c2abc77d36879d665924a62b826e7d3a52d0ead1e1d693a55aae5edfc092998e01a0df WHIRLPOOL ac92802ab7fc0c0b6e0daddd3f723f1b21b2772f63dc9a6194db78572fc039c0d4f3602f1dc55caf5cc9387d481c9bf2aabb7961fb91147060ecce48926e13d5
 DIST email2trac-2.8.4.tar.gz 107791 SHA256 2673ea60f355c812d890346c1eaa9d0a65c791d214bf545b171ed66a8feceafb SHA512 f0bfd00442d50090f9cc582849026b08bb091bc72223b4569597c2ffdb57759206500da65390dc1609a24e521e137aee072d1ee3412391bf0e4b778933ff2165 WHIRLPOOL 18b35e889fc52e488dc88b7ef73302d8497961bf2710e3353b3d21c3514191bfdc4ec7d99ff9ad2c92cb9626d2db2f5dbca92e03963fe4b90e29d35f308118f4
+DIST email2trac-2.8.8.tar.gz 108366 SHA256 a22e1a45b3682723f1ed45afe48b2b5b1543392f829ad7e236d6ad318324bb63 SHA512 8b13d22b50367337e5ed939dc689e0fbde4a63e1932351cab6aac2da7878fd37c9a09ff6e9f9aa4a1f709f24f2808de5d25b494813e292f61ee9be973c601da5 WHIRLPOOL 4ada4d9ad0e6824b99a8259e1cf633b57a8607e5742163d4a1062ed84733ae6bebe5c4e3d7dd2935cfab856c3329bc37984a2860025cf97379a43580938415c9

diff --git a/app-misc/email2trac/email2trac-2.8.8.ebuild b/app-misc/email2trac/email2trac-2.8.8.ebuild
new file mode 100644
index 0000000..6e0622d
--- /dev/null
+++ b/app-misc/email2trac/email2trac-2.8.8.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+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"
+
+RDEPEND="${PYTHON_DEPS}
+		<www-apps/trac-1.2[${PYTHON_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() {
+	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}
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/email2trac/
@ 2017-04-20  7:59 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2017-04-20  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     625e0703bb9d3b1afcc03a021b0184a18d0ae94b
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 07:21:33 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 07:58:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625e0703

app-misc/email2trac: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-misc/email2trac/email2trac-2.6.2-r1.ebuild | 3 ++-
 app-misc/email2trac/email2trac-2.8.4.ebuild    | 3 ++-
 app-misc/email2trac/email2trac-2.8.8.ebuild    | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/app-misc/email2trac/email2trac-2.6.2-r1.ebuild b/app-misc/email2trac/email2trac-2.6.2-r1.ebuild
index ced0c05104a..8ab769b33c3 100644
--- a/app-misc/email2trac/email2trac-2.6.2-r1.ebuild
+++ b/app-misc/email2trac/email2trac-2.6.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -13,6 +13,7 @@ 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.1[${PYTHON_USEDEP}]"

diff --git a/app-misc/email2trac/email2trac-2.8.4.ebuild b/app-misc/email2trac/email2trac-2.8.4.ebuild
index 617f681b20f..7c7443a662c 100644
--- a/app-misc/email2trac/email2trac-2.8.4.ebuild
+++ b/app-misc/email2trac/email2trac-2.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -13,6 +13,7 @@ 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.2[${PYTHON_USEDEP}]"

diff --git a/app-misc/email2trac/email2trac-2.8.8.ebuild b/app-misc/email2trac/email2trac-2.8.8.ebuild
index 209fef02594..7c7443a662c 100644
--- a/app-misc/email2trac/email2trac-2.8.8.ebuild
+++ b/app-misc/email2trac/email2trac-2.8.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -13,6 +13,7 @@ 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.2[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/email2trac/
@ 2018-01-30 19:49 Amy Liffey
  0 siblings, 0 replies; 6+ messages in thread
From: Amy Liffey @ 2018-01-30 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     7e039b57751a976f3e55941ebc0531f73c78abc1
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 19:48:35 2018 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 19:48:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e039b57

app-misc/email2trac: remove inactive maintainer

Closes: https://bugs.gentoo.org/633000
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-misc/email2trac/metadata.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/app-misc/email2trac/metadata.xml b/app-misc/email2trac/metadata.xml
index e2500e65d77..ad70e38f24e 100644
--- a/app-misc/email2trac/metadata.xml
+++ b/app-misc/email2trac/metadata.xml
@@ -1,16 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>lukas@dzunko.sk</email>
-		<name>Lukas Dzunko</name>
-	</maintainer>
 <maintainer type="project">
 		<email>web-apps@gentoo.org</email>
 		<name>Gentoo Webapps</name>
 	</maintainer>
-<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/email2trac/
@ 2020-02-09 16:11 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2020-02-09 16:11 UTC (permalink / raw
  To: gentoo-commits

commit:     66590d9f2c0d3a03c00bd14637d1353d87a4b177
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 09:41:20 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:10:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66590d9f

app-misc/email2trac: Switch to PYTHON_SINGLE_USEDEP

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-misc/email2trac/email2trac-2.6.2-r1.ebuild                        | 4 ++--
 app-misc/email2trac/email2trac-2.8.4.ebuild                           | 4 ++--
 .../{email2trac-2.8.8.ebuild => email2trac-2.8.8-r1.ebuild}           | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-misc/email2trac/email2trac-2.6.2-r1.ebuild b/app-misc/email2trac/email2trac-2.6.2-r1.ebuild
index 8ab769b33c3..06cbb0e81cb 100644
--- a/app-misc/email2trac/email2trac-2.6.2-r1.ebuild
+++ b/app-misc/email2trac/email2trac-2.6.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-		<www-apps/trac-1.1[${PYTHON_USEDEP}]"
+		<www-apps/trac-1.1[${PYTHON_SINGLE_USEDEP}]"
 
 pkg_setup() {
 	einfo "You can set the following variables in make.conf:"

diff --git a/app-misc/email2trac/email2trac-2.8.4.ebuild b/app-misc/email2trac/email2trac-2.8.4.ebuild
index 7c7443a662c..8ebdae6ac93 100644
--- a/app-misc/email2trac/email2trac-2.8.4.ebuild
+++ b/app-misc/email2trac/email2trac-2.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-		<www-apps/trac-1.2[${PYTHON_USEDEP}]"
+		<www-apps/trac-1.2[${PYTHON_SINGLE_USEDEP}]"
 
 pkg_setup() {
 	einfo "You can set the following variables in make.conf:"

diff --git a/app-misc/email2trac/email2trac-2.8.8.ebuild b/app-misc/email2trac/email2trac-2.8.8-r1.ebuild
similarity index 91%
rename from app-misc/email2trac/email2trac-2.8.8.ebuild
rename to app-misc/email2trac/email2trac-2.8.8-r1.ebuild
index 7c7443a662c..8ebdae6ac93 100644
--- a/app-misc/email2trac/email2trac-2.8.8.ebuild
+++ b/app-misc/email2trac/email2trac-2.8.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-		<www-apps/trac-1.2[${PYTHON_USEDEP}]"
+		<www-apps/trac-1.2[${PYTHON_SINGLE_USEDEP}]"
 
 pkg_setup() {
 	einfo "You can set the following variables in make.conf:"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/email2trac/
@ 2020-03-15  3:49 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2020-03-15  3:49 UTC (permalink / raw
  To: gentoo-commits

commit:     e4404298a56ba681a275967c2fb4d6a2e061b891
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 15 03:48:07 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Mar 15 03:49:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4404298

app-misc/email2trac: bump to v2.12.2

Non-maintainer bump to allow security cleanup of <www-apps/trac-1.2.x.

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-misc/email2trac/Manifest                 |  1 +
 app-misc/email2trac/email2trac-2.12.2.ebuild | 41 ++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/app-misc/email2trac/Manifest b/app-misc/email2trac/Manifest
index 5a976bd386d..55457a5ed88 100644
--- a/app-misc/email2trac/Manifest
+++ b/app-misc/email2trac/Manifest
@@ -1,3 +1,4 @@
+DIST email2trac-2.12.2.tar.gz 102415 BLAKE2B 33917aebb828b3ef10f1f3e0f54a652c88041c3c6e788ae5a5fc9ea3005a4632e114864171519ce24b3b89273d79275fd4d8da2b2b3ea1b957591a7155e9d17c SHA512 15b14d436f28092f0a9c3ecc0be0197d54085710b6cd651505168e14bf3c002ce4e218bdf2725a09c7caa2a1f72c83b24daf193eddc52658c8510e25c65a7c1b
 DIST email2trac-2.6.2.tar.gz 104732 BLAKE2B 0121497f98aeb1c8374e03c5e68f6ccb669dbbff757379121bf34b3c670f2022e31c7bb91bf78f505f490025f028948db98727533f3cb434e5ab49a4548e1269 SHA512 69b596b4c60ccc40b53ddfce5c13d5d7f27ac1fc5674e1cb3fbf84b083c2abc77d36879d665924a62b826e7d3a52d0ead1e1d693a55aae5edfc092998e01a0df
 DIST email2trac-2.8.4.tar.gz 107791 BLAKE2B 69973aab1ff851917bd8db3fa1fc3495da65b9be274d3e433dfc46230a108494b2790441e0f801e4beeaf4126e6fe1ee37a7b2627108bb36e931cc6fe5186e81 SHA512 f0bfd00442d50090f9cc582849026b08bb091bc72223b4569597c2ffdb57759206500da65390dc1609a24e521e137aee072d1ee3412391bf0e4b778933ff2165
 DIST email2trac-2.8.8.tar.gz 108366 BLAKE2B cbe5acac3ca21f19ab630995173dd49b5edf30ebba1bbaf0c575c93d356f8337a1aa6e22c4dd526d6da80041fb8780ea41f773a56eeca5e986930243b34702ff SHA512 8b13d22b50367337e5ed939dc689e0fbde4a63e1932351cab6aac2da7878fd37c9a09ff6e9f9aa4a1f709f24f2808de5d25b494813e292f61ee9be973c601da5

diff --git a/app-misc/email2trac/email2trac-2.12.2.ebuild b/app-misc/email2trac/email2trac-2.12.2.ebuild
new file mode 100644
index 00000000000..b0afc6f5576
--- /dev/null
+++ b/app-misc/email2trac/email2trac-2.12.2.ebuild
@@ -0,0 +1,41 @@
+# 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}
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/email2trac/
@ 2020-03-15  3:49 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2020-03-15  3:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b74ef038cf4c9019ef63ea711db90a809be85c4f
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 15 03:49:26 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Mar 15 03:49:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74ef038

app-misc/email2trac: drop old

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-misc/email2trac/Manifest                   |  3 --
 app-misc/email2trac/email2trac-2.6.2-r1.ebuild | 39 --------------------------
 app-misc/email2trac/email2trac-2.8.4.ebuild    | 39 --------------------------
 app-misc/email2trac/email2trac-2.8.8-r1.ebuild | 39 --------------------------
 4 files changed, 120 deletions(-)

diff --git a/app-misc/email2trac/Manifest b/app-misc/email2trac/Manifest
index 55457a5ed88..80a599a1cbb 100644
--- a/app-misc/email2trac/Manifest
+++ b/app-misc/email2trac/Manifest
@@ -1,4 +1 @@
 DIST email2trac-2.12.2.tar.gz 102415 BLAKE2B 33917aebb828b3ef10f1f3e0f54a652c88041c3c6e788ae5a5fc9ea3005a4632e114864171519ce24b3b89273d79275fd4d8da2b2b3ea1b957591a7155e9d17c SHA512 15b14d436f28092f0a9c3ecc0be0197d54085710b6cd651505168e14bf3c002ce4e218bdf2725a09c7caa2a1f72c83b24daf193eddc52658c8510e25c65a7c1b
-DIST email2trac-2.6.2.tar.gz 104732 BLAKE2B 0121497f98aeb1c8374e03c5e68f6ccb669dbbff757379121bf34b3c670f2022e31c7bb91bf78f505f490025f028948db98727533f3cb434e5ab49a4548e1269 SHA512 69b596b4c60ccc40b53ddfce5c13d5d7f27ac1fc5674e1cb3fbf84b083c2abc77d36879d665924a62b826e7d3a52d0ead1e1d693a55aae5edfc092998e01a0df
-DIST email2trac-2.8.4.tar.gz 107791 BLAKE2B 69973aab1ff851917bd8db3fa1fc3495da65b9be274d3e433dfc46230a108494b2790441e0f801e4beeaf4126e6fe1ee37a7b2627108bb36e931cc6fe5186e81 SHA512 f0bfd00442d50090f9cc582849026b08bb091bc72223b4569597c2ffdb57759206500da65390dc1609a24e521e137aee072d1ee3412391bf0e4b778933ff2165
-DIST email2trac-2.8.8.tar.gz 108366 BLAKE2B cbe5acac3ca21f19ab630995173dd49b5edf30ebba1bbaf0c575c93d356f8337a1aa6e22c4dd526d6da80041fb8780ea41f773a56eeca5e986930243b34702ff SHA512 8b13d22b50367337e5ed939dc689e0fbde4a63e1932351cab6aac2da7878fd37c9a09ff6e9f9aa4a1f709f24f2808de5d25b494813e292f61ee9be973c601da5

diff --git a/app-misc/email2trac/email2trac-2.6.2-r1.ebuild b/app-misc/email2trac/email2trac-2.6.2-r1.ebuild
deleted file mode 100644
index 06cbb0e81cb..00000000000
--- a/app-misc/email2trac/email2trac-2.6.2-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-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.1[${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() {
-	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/email2trac-2.8.4.ebuild b/app-misc/email2trac/email2trac-2.8.4.ebuild
deleted file mode 100644
index 8ebdae6ac93..00000000000
--- a/app-misc/email2trac/email2trac-2.8.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-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.2[${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() {
-	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/email2trac-2.8.8-r1.ebuild b/app-misc/email2trac/email2trac-2.8.8-r1.ebuild
deleted file mode 100644
index 8ebdae6ac93..00000000000
--- a/app-misc/email2trac/email2trac-2.8.8-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-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.2[${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() {
-	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}
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-03-15  3:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-15  3:49 [gentoo-commits] repo/gentoo:master commit in: app-misc/email2trac/ Thomas Deutschmann
  -- strict thread matches above, loose matches on Subject: below --
2020-03-15  3:49 Thomas Deutschmann
2020-02-09 16:11 Michał Górny
2018-01-30 19:49 Amy Liffey
2017-04-20  7:59 David Seifert
2016-05-10 12:29 Ian Delaney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox