summaryrefslogtreecommitdiff
path: root/net-mail/ezmlm-idx
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/ezmlm-idx')
-rw-r--r--net-mail/ezmlm-idx/Manifest3
-rw-r--r--net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r5.ebuild58
-rw-r--r--net-mail/ezmlm-idx/files/ezmlm-idx-7.0.0-fno-common.patch40
3 files changed, 0 insertions, 101 deletions
diff --git a/net-mail/ezmlm-idx/Manifest b/net-mail/ezmlm-idx/Manifest
index 8ed90c8a50a8..e6c003cf1eee 100644
--- a/net-mail/ezmlm-idx/Manifest
+++ b/net-mail/ezmlm-idx/Manifest
@@ -1,6 +1,3 @@
-AUX ezmlm-idx-7.0.0-fno-common.patch 1007 BLAKE2B 9de98526ad5411e40a6b38099a4166e1cb24eea6a54f93df8b8aad4ce0e5769d2a9aa77e6f7396fc8d96f692c6b8c6c0115c990034aa66120d9ea626c82f7dce SHA512 dd172c7db7fae8f8278d462eea58e4d2213dc72079a9f021f1ce3ca7ed0923139d27d39d4bc8a2fed3e91a6df2f1145292acf0ebe255a89aa59a712e45043b91
-DIST ezmlm-idx-7.0.0.tar.gz 689019 BLAKE2B 22c66a4a2fcc6c0c754061ff0d93bde8fd192266112da0516e936278610288dc11d44d1959cd135a90eacb4befa43d62f53b3bedb94e994afc13aed986834bce SHA512 c0fc35aef4a72aefa4cdaee4c1933cc00aab82ee81ad7577793952fbf57106c06e4a5844a2bbf3919ad2985d2062ba1edf8831e6aa66d7e762210e7e147210ef
DIST ezmlm-idx-7.2.2.tar.gz 742451 BLAKE2B fd40b1216d34eba253ef00a53366c8a5f2d19edd9ef20ddea3047a6837263589ac8fc4911820836b49bf4c95b99a1c99d3d2808bc90dd8eb58bc262e6acc74d7 SHA512 4fdd30d6dc254fd0353f34675ea8baa91d95860de1fb23ff5517280c75a8d87405bdd7e180e25eb8f5c0b152a35a11a939f4e7364596e83d81053b1e6019245c
-EBUILD ezmlm-idx-7.0.0-r5.ebuild 1478 BLAKE2B 41b5352d6b1f6841800326a953dfeba5a0c6d5efe41f20bc52cbd3ed9b39f80eb4ac8df86731ad1f50f35ac260c33eff65415b58ddba719701e431f484136efe SHA512 ac3c6aab26c91e1ae8b44de439ddbb076d2d03e7285d2486cd442b32f98165590ca72233028a2378295f68d028bdd8c22e89d73813ad5aba60b6955003d9e8b5
EBUILD ezmlm-idx-7.2.2-r1.ebuild 1497 BLAKE2B 8b5d23c429fb7e76bc2d147bf12276f5c4d393fa0c3829070b5d36e6f0462104cf96002ca6f251617fb9680011fa0b04bda4d4cf983efc1476e2b4b4ee2cbfa1 SHA512 e820aa852da1064d2bbfdd03fe13414d9bf9257fe439af54e49be3655ee06ce8c5c368f0830cdd9d8975b801473beffebb373a43d6c1ed97642cecc5909f2ce4
MISC metadata.xml 167 BLAKE2B 868e3b584722eaacf68273db062bb773d8c7e5d7ab2b81ca7e8397643bf7cc106c3a1033594401c99c54f667bb45d6b73f9048fc335580bbd44b4589ad26a832 SHA512 30caadd1496c3b9969136038239a1d8e01f236726b4022c2d7e19ca7575f25f735e556835e581afbf44fbd3e4104c40f2b5ef5fa70118d75c881fdf871962d0a
diff --git a/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r5.ebuild b/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r5.ebuild
deleted file mode 100644
index 8abe4c595229..000000000000
--- a/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmail toolchain-funcs
-
-DESCRIPTION="Simple yet powerful mailing list manager for qmail"
-HOMEPAGE="http://www.ezmlm.org"
-SRC_URI="http://www.ezmlm.org/archive/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~mips sparc x86"
-IUSE="mysql postgres"
-
-DEPEND="mysql? ( dev-db/mysql-connector-c:0= )
- postgres? ( dev-db/postgresql:* )"
-RDEPEND="${DEPEND}
- virtual/qmail"
-REQUIRED_USE="?? ( mysql postgres )"
-
-PATCHES=( "${FILESDIR}/${PN}-7.0.0-fno-common.patch" )
-
-src_prepare() {
- default
- echo /usr/bin > conf-bin || die
- echo /usr/$(get_libdir)/ezmlm > conf-lib || die
- echo /etc/ezmlm > conf-etc || die
- echo /usr/share/man > conf-man || die
- echo ${QMAIL_HOME} > conf-qmail || die
-
- echo $(tc-getCC) ${CFLAGS} -I/usr/include/{my,postgre}sql > conf-cc || die
- echo $(tc-getCC) ${CFLAGS} -Wl,-E > conf-ld || die
-
- # fix DESTDIR and skip cat man-pages
- sed -e "s:\(/install\) \(\"\`head\):\1 ${D}\2:" \
- -e "s:\(./install.*\) < MAN$:grep -v \:/cat MAN | \1:" \
- -e "s:\(\"\`head -n 1 conf-etc\`\"/default\):${D}\1:" \
- -i Makefile || die
-}
-
-src_compile() {
- emake it man
-
- if use mysql; then
- emake mysql
- elif use postgres; then
- emake pgsql
- fi
-}
-
-src_install() {
- dodir /usr/bin /usr/$(get_libdir)/ezmlm /etc/ezmlm /usr/share/man
- dobin ezmlm-{cgi,checksub,import,rmtab}
-
- make DESTDIR="${D}" setup || die "make setup failed"
-}
diff --git a/net-mail/ezmlm-idx/files/ezmlm-idx-7.0.0-fno-common.patch b/net-mail/ezmlm-idx/files/ezmlm-idx-7.0.0-fno-common.patch
deleted file mode 100644
index 11e4cb5d3533..000000000000
--- a/net-mail/ezmlm-idx/files/ezmlm-idx-7.0.0-fno-common.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-fix build with -fno-common
-
---- a/ezmlm-get.c 2021-05-24 12:07:05.245657000 +0200
-+++ b/ezmlm-get.c 2021-05-24 12:07:11.477657000 +0200
-@@ -125,7 +125,7 @@
-
- int act = AC_NONE; /* Action we do */
- int flageditor = 0; /* if we're invoked for within dir/editor */
--struct stat st;
-+static struct stat st;
-
- int flaglocked = 0; /* if directory is locked */
- int flagq = 0; /* don't use 'quoted-printable' */
-@@ -157,7 +157,7 @@
- substdio ssindex;
- char indexbuf[1024];
-
--int fdlock;
-+static int fdlock;
-
- void lockup(void)
- /* lock unless locked */
---- a/idxthread.c 2021-05-24 12:06:55.169657000 +0200
-+++ b/idxthread.c 2021-05-24 12:07:09.197657000 +0200
-@@ -39,13 +39,13 @@
-
- static char strnum[FMT_ULONG];
-
--struct stat st;
-+static struct stat st;
- /* if no data, these may be the entire table, so */
- /* need to be static */
- static subentry sdummy;
- static authentry adummy;
-
--int fdlock;
-+static int fdlock;
-
- /* NOTE: These do NOT prevent double locking */
- static void lockup(void)