Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/convmv/
Date: Tue, 27 Mar 2018 08:14:26
Message-Id: 1522138456.d315b0a7393990f8b7214314f0aab0326b2987e7.polynomial-c@gentoo
1 commit: d315b0a7393990f8b7214314f0aab0326b2987e7
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 27 08:14:16 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 08:14:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d315b0a7
7
8 app-text/convmv: Removed old.
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-text/convmv/Manifest | 2 --
13 app-text/convmv/convmv-2.01.ebuild | 33 ---------------------------------
14 app-text/convmv/convmv-2.03.ebuild | 33 ---------------------------------
15 3 files changed, 68 deletions(-)
16
17 diff --git a/app-text/convmv/Manifest b/app-text/convmv/Manifest
18 index 3bb0b0e9cc0..2b209844456 100644
19 --- a/app-text/convmv/Manifest
20 +++ b/app-text/convmv/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST convmv-2.01.tar.gz 29375 BLAKE2B 3e8c4a5db981a4ef1b1fb1339c0f7d680bc917964984ec9355c51ffb7855ccdd13922a3077d4669a0a70d21862e084cda1dbb21be7538ca966a0dcca55d1a8c9 SHA512 e82957bcc1462b17c5f667e85caf0d2e8c407fb48afc6faa957f45626cbfa58c141de05f43cc810e8d4abbadc4cc01bf87ee64c157fece20fafed07ad04cc48c
23 -DIST convmv-2.03.tar.gz 29688 BLAKE2B 8fe7b0164bf05e49bd0035c6b708822539f9eecf355f005bf56ae352ee7cb56aef9fcd7047d0a9f3829715c24c6ac00ef7f7c42c822879bf382eabd00f9bf2c3 SHA512 21f71d8009ee0f8e6b67f439809d2330e3c1a4073be8e5ad565829b89327115d25235d7f6019d96ee9f93d83e33df0869b19ad7cdd4cf8777e0ebecec437147f
24 DIST convmv-2.04.tar.gz 30082 BLAKE2B 51521e5e44c635b72c406b6b732850e7f5e50b64d30bfd8770ca1ab49e3fd10d45447114f8adbf8b79fd381dfaf6b4782246d3e10aae471a49a52a20c8ce0405 SHA512 987411047af0b1e952cd11937c70ddd972b2e3534f4fcc6c659243dedef69af4aad90ceaa3789aec6bad6cba0999c38839451f90844b171773165b6e5899f6ac
25 DIST convmv-2.05.tar.gz 30680 BLAKE2B b0d4bb14995e42e55fa34cbdaa8cb8881e48972abb296af44eebfdf76664e837b05398e0cc4e9208ddee41213bc1dd7f11c3f503e39f9a6791d08797864776a1 SHA512 7fb0d1e2b64c3105c48d8a2cbb59fa4ea23202f17abc7cbf63acfca785683f00955fdcb03517e9dd8fe01be0171458ab2583e1c52d62c6081684462b0fec4125
26
27 diff --git a/app-text/convmv/convmv-2.01.ebuild b/app-text/convmv/convmv-2.01.ebuild
28 deleted file mode 100644
29 index b310046d892..00000000000
30 --- a/app-text/convmv/convmv-2.01.ebuild
31 +++ /dev/null
32 @@ -1,33 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -DESCRIPTION="convert filenames to utf8 or any other charset"
39 -HOMEPAGE="https://j3e.de/linux/convmv"
40 -SRC_URI="https://j3e.de/linux/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
45 -IUSE=""
46 -
47 -DEPEND="dev-lang/perl"
48 -RDEPEND="${DEPEND}"
49 -
50 -src_prepare() {
51 - default
52 - sed -i -e "1s|#!/usr|#!${EPREFIX}/usr|" convmv || die
53 -}
54 -
55 -src_install() {
56 - emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
57 - dodoc CREDITS Changes TODO VERSION
58 -}
59 -
60 -src_test() {
61 - unpack ./testsuite.tar
62 -
63 - cd "${S}"/suite
64 - ./dotests.sh || die "Tests failed"
65 -}
66
67 diff --git a/app-text/convmv/convmv-2.03.ebuild b/app-text/convmv/convmv-2.03.ebuild
68 deleted file mode 100644
69 index e0947974882..00000000000
70 --- a/app-text/convmv/convmv-2.03.ebuild
71 +++ /dev/null
72 @@ -1,33 +0,0 @@
73 -# Copyright 1999-2018 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=6
77 -
78 -DESCRIPTION="convert filenames to utf8 or any other charset"
79 -HOMEPAGE="https://j3e.de/linux/convmv"
80 -SRC_URI="https://j3e.de/linux/${PN}/${P}.tar.gz"
81 -
82 -LICENSE="GPL-2"
83 -SLOT="0"
84 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
85 -IUSE=""
86 -
87 -DEPEND="dev-lang/perl"
88 -RDEPEND="${DEPEND}"
89 -
90 -src_prepare() {
91 - default
92 - sed -i -e "1s|#!/usr|#!${EPREFIX}/usr|" convmv || die
93 -}
94 -
95 -src_install() {
96 - emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
97 - dodoc CREDITS Changes TODO VERSION
98 -}
99 -
100 -src_test() {
101 - unpack ./testsuite.tar
102 -
103 - cd "${S}"/suite
104 - ./dotests.sh || die "Tests failed"
105 -}