summaryrefslogtreecommitdiff
path: root/net-mail/queue-repair
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-26 15:48:02 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-26 15:48:02 +0000
commit38b7258d086dd5e263c3bbe3880c8c956676bc71 (patch)
tree6fce284d5bfddaf597a490ac66069d16c6a485db /net-mail/queue-repair
parent0ebf740b9c9bc7c10ac41bea315ecc6c01c79166 (diff)
gentoo resync : 25.01.2018
Diffstat (limited to 'net-mail/queue-repair')
-rw-r--r--net-mail/queue-repair/Manifest3
-rw-r--r--net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild4
-rw-r--r--net-mail/queue-repair/queue-repair-0.9.0.ebuild24
3 files changed, 3 insertions, 28 deletions
diff --git a/net-mail/queue-repair/Manifest b/net-mail/queue-repair/Manifest
index 60d0b048b47e..b59cc3e8a0f0 100644
--- a/net-mail/queue-repair/Manifest
+++ b/net-mail/queue-repair/Manifest
@@ -1,4 +1,3 @@
DIST queue-repair-0.9.0.tar.gz 13913 BLAKE2B 04935bdb8473bad4d785732eabe2df7bd19d8e7b7364e1be516a8f94c6aee15c6f14bd171be8585f087ba0281281285f0695bb79a90a02519aa252a5884bfd7d SHA512 b7c21de207c80c3f764eddae6e60b4d54869f2037f572f98ff4e0a1e34f55ae1feeab5162b4f0f902a5a3c9d631c687057cdfdc4f646d6843d845f31f5b7bf6f
-EBUILD queue-repair-0.9.0-r1.ebuild 735 BLAKE2B ceb05317ccb56ba85498ab78b4a23614645880804d334daf8cea8d1efd48737b015b885102c9de5bfa4f824034d1b4678768f3f18a91e9a5863a52d45ee59c3c SHA512 ce99769a504fd54aa517e63c96d9df17bf35211bf65643ae008a799e963b034910f061b4c72b32f05fc074383e39de89b357c978193f1011d5d6e8f1ba5381f1
-EBUILD queue-repair-0.9.0.ebuild 638 BLAKE2B 286c40dc7a323c7f4068eb4c4dab760bd1891f438c176649120263127c8b7894a2a7710d725bc403adb0fc8d06c43f0115ced3ebbf0a8bea41989268efa0ca0b SHA512 d6eff34fd75b07426d5d52b0ede25aa8be7f2b4b1909607b890cccc0087ee575355e7065dbacfa15637d4360996a0c8e26011544e57efbd5dcd40ee4498eaa4b
+EBUILD queue-repair-0.9.0-r1.ebuild 726 BLAKE2B a3a9d2ca88e602154cd5035707c854ee24556e4cf3f5a71b17aeab50d88861b2df8df132dc7a3dc74c9bbaa88190ecd85c87e2328842da27ffadc0981d675099 SHA512 2b993f5d3f94b632654c24594fc174e5354c06b5a1122dbc606944c1e5c991b006ecaa0ff35dcbc1d84c9dd49b25c3b15e08643b5b9888298da817addb36f3ed
MISC metadata.xml 543 BLAKE2B a2923d984da9728c183f5672e4199d2b0b9ae8c8a90553e6029a631184812a4167ea092f53613eb9266e31b895be8172f201f9347a9a0dcca72ff42bf17f6e62 SHA512 ce15418980c9dd62654e82f4b3ae07e55da17d3efee6bcac1bfa5dbe9a76b25736f51cf38a347783aa33b2ec82e41075de8e98d0ef0720919a0d36180396118e
diff --git a/net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild b/net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild
index e57585437cdc..c53b8f26c1f0 100644
--- a/net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild
+++ b/net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -24,6 +24,6 @@ DOCS=( BLURB TODO CHANGELOG )
src_install () {
python_newscript queue_repair.py queue-repair.py
- dosym /usr/bin/queue-repair.py /usr/bin/queue-repair
+ dosym queue-repair.py /usr/bin/queue-repair
einstalldocs
}
diff --git a/net-mail/queue-repair/queue-repair-0.9.0.ebuild b/net-mail/queue-repair/queue-repair-0.9.0.ebuild
deleted file mode 100644
index 3a25dbdca27b..000000000000
--- a/net-mail/queue-repair/queue-repair-0.9.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="A toolkit for dealing with the qmail queue directory structure"
-HOMEPAGE="http://pyropus.ca/software/queue-repair/"
-SRC_URI="http://pyropus.ca/software/queue-repair/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-src_compile() {
- :
-}
-
-src_install () {
- insinto /usr/bin
- newbin queue_repair.py queue-repair.py || die
- dosym /usr/bin/queue-repair.py /usr/bin/queue-repair || die
- dodoc BLURB TODO CHANGELOG || die
-}