summaryrefslogtreecommitdiff
path: root/net-misc/taylor-uucp
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/taylor-uucp')
-rw-r--r--net-misc/taylor-uucp/Manifest1
-rw-r--r--net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild57
2 files changed, 0 insertions, 58 deletions
diff --git a/net-misc/taylor-uucp/Manifest b/net-misc/taylor-uucp/Manifest
index 071a5f05af4f..9fad75fd6b87 100644
--- a/net-misc/taylor-uucp/Manifest
+++ b/net-misc/taylor-uucp/Manifest
@@ -1,6 +1,5 @@
AUX taylor-uucp-1.07-fprintf.patch 188 BLAKE2B 13900fdaffd964d5e38a4bc3d2acce2675ba74ee008676d97313b4b75ee5625aeff5b56fbdb1a89909fa4cb006102e43f65a2832a1805fb747608eb13054ebfe SHA512 468870a9e64f0ace876bc1254e264e634fc07011b9ffa5ca0ccecb23c925e2a4a5c4463e6741b265bc8df17d0a578710cc8ea135461a1dfcd1c782e991bc7623
AUX taylor-uucp-1.07-gentoo.patch 5049 BLAKE2B 3d010ff0841df59196d38e7450b85c4d36c2ccd770a4c31d29962e3c3f87d5a264977fa2f715a9bb91fec44f60dd5e045eed440e0fb482be525702497f3ad2a1 SHA512 8d259ddf10c80ff6c349d3bec531f858d561f3f488fd6066d69ddb8d2242e9f22ff8781ce47dcdb10f3dbf4a073bc4bf3492f6fced30d8d129e6f81e860f971a
DIST uucp-1.07.tar.gz 1013234 BLAKE2B 5734bd1b8afcc9cb9b0dcc25afe73ee89b6007249a73d286bc39975bc0cd7a1907e360dfaa050175d87e34a7d468a70a7cae75124c920f00f03ff52f16629bb3 SHA512 13d215890234e638bed53dce7bab6eb78e0ce6b658f23ac1d7f8abc6e1d97963bef76aa4148ca644f450d5a1678fac940b73fbcd5845d7f5bea3afbd8055229b
-EBUILD taylor-uucp-1.07-r2.ebuild 1336 BLAKE2B 4ab6366c61aa8c1ea815a3c5a02616ca0d7a08b496d114efedf78069f2f632c9908dfcd7f93bdda6c36c2ac905f5886b85ef7f2fd7f4436b8a2c34931393239c SHA512 e499cea422bb755a588a98991bb00acb466db6b55d85a8b8d495c1fab2c5cbb6d70b527df95ec9914f2c773c05b5e804f86ecfecf3cf540099434f5143447194
EBUILD taylor-uucp-1.07-r3.ebuild 1369 BLAKE2B 7b9f6ad62d03d980157178077e02388596121728c346c18f75d740f89ecb8f64a76b15367dde165a8eeb4b4cdc05bbefbd19c8107ec3ef8a8b32d322195420f5 SHA512 87e29758cdcdd4badc190e18643a1b0e668c60254d9f27df9262daab34f643605219e5100d989169d13f684a5d6d4e5c3122979cef7c242b0e8c4c87a5d26217
MISC metadata.xml 319 BLAKE2B f7bd226c6082b2d19d38b6d20aa6d859e6076e226cf2ae3a4013ee5ff558f7dba27cee1fcd159785679fe03b37082d57232d7ecf6f86e832a60e3d8c4f528d57 SHA512 14fddbb3e6a6f0defe184c909d8ae29072782e3060dd5c91f852572039ca81be95f9cae98f6a4a011711cd991bcfa886638d725372463b3af4ee7f15654ad22d
diff --git a/net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild b/net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild
deleted file mode 100644
index e4402f3f88a0..000000000000
--- a/net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils flag-o-matic autotools
-
-DESCRIPTION="Taylor UUCP"
-HOMEPAGE="https://www.airs.com/ian/uucp.html"
-SRC_URI="mirror://gnu/uucp/uucp-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc sparc x86"
-IUSE=""
-
-S="${WORKDIR}/uucp-${PV}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.patch
- mv configure.{in,ac} || die
- sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
- eautoreconf
-}
-
-src_configure() {
- append-cppflags -D_GNU_SOURCE -fno-strict-aliasing
- econf --with-newconfigdir=/etc/uucp
-}
-
-src_install() {
- dodir /usr/share/man/man{1,8}
- dodir /usr/share/info
- dodir /etc/uucp
- dodir /usr/bin /usr/sbin
- diropts -o uucp -g uucp -m 0750
- keepdir /var/log/uucp /var/spool/uucp
- diropts -o uucp -g uucp -m 0775
- keepdir /var/spool/uucppublic
-
- emake \
- "prefix=${D}/usr" \
- "sbindir=${D}/usr/sbin" \
- "bindir=${D}/usr/bin" \
- "man1dir=${D}/usr/share/man/man1" \
- "man8dir=${D}/usr/share/man/man8" \
- "newconfigdir=${D}/etc/uucp" \
- "infodir=${D}/usr/share/info" \
- install install-info
- sed -i -e 's:/usr/spool:/var/spool:g' sample/config
- cp sample/* "${ED}/etc/uucp" || die
- dodoc ChangeLog NEWS README TODO
-}
-
-pkg_preinst() {
- usermod -s /bin/bash uucp
-}