Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dwdiff/
Date: Tue, 08 Dec 2015 10:17:32
Message-Id: 1449569784.7edad524c59323406e4753bfa59f9ea952991dbd.monsieurp@gentoo
1 commit: 7edad524c59323406e4753bfa59f9ea952991dbd
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 8 10:11:28 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 8 10:16:24 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7edad524
7
8 dev-util/dwdiff: Clean up old.
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-util/dwdiff/Manifest | 2 --
14 dev-util/dwdiff/dwdiff-2.0.10.ebuild | 41 ------------------------------------
15 dev-util/dwdiff/dwdiff-2.0.9.ebuild | 41 ------------------------------------
16 3 files changed, 84 deletions(-)
17
18 diff --git a/dev-util/dwdiff/Manifest b/dev-util/dwdiff/Manifest
19 index 205c5ae..2e7efde 100644
20 --- a/dev-util/dwdiff/Manifest
21 +++ b/dev-util/dwdiff/Manifest
22 @@ -1,3 +1 @@
23 -DIST dwdiff-2.0.10.tar.bz2 76285 SHA256 67c4b9fbbbf8ea25335a07c7f4107028649dcd04136a3904778c7a767b843f6f SHA512 670ab12560e3aa98f44a9cd53e87ba8c553807f7864190f9da6db59cc3b152fdb486429b7316e9d0a58d61afc478353924330e984218da52d5017cb6932a6ee7 WHIRLPOOL cad6313439bb885987d593eb6058022937f6370e5ef3151bbdcd341179a033184a16e62f8ad9d606f812d02da90718c513017bba1688d8cb57cbb1bae6c989c3
24 -DIST dwdiff-2.0.9.tgz 86521 SHA256 c1c9217825ad3fac9936129cc26b73fa5479fb079e5c34522fc7066e74e31ef8 SHA512 73fe43dcc7ba6d3a4e773c7a8b117c359c0470b7b00d7f5bd53781dd046e06b5e02c5adfc7f877bc4ded289a767de3849bacea7cf03883f72046c2d0e7877f1b WHIRLPOOL 9054ef46bfa1f767a2fa64e195afaa7150d2895e99c7bb63cb9380463ce72d5d2e0e9bac336fb677d1a7dfd4c97f98f3e3541a267e1c4ea7096e6f61c4e09b0c
25 DIST dwdiff-2.1.0.tar.bz2 79224 SHA256 45308f2f07c08c75c6ebd1eae3e3dcf7f836e5af1467cefc1b4829777c07743a SHA512 63e5ea3ae510c84fa2353da55bbc3cfac3a3753e1cebfb42c387218289a5e19d8e68af663181720a55eca05e49ef075db7d5dafda9dc4d57b9af503553ae9021 WHIRLPOOL 74ceba5cc7c20e0ab6ee09b62f7e8b07a1b8321bbe60ca7c3791c35176ba7137ddf17b1c471ff5ac0586ad0455e67968c71bf00f2de7cb137720b88a85c8f181
26
27 diff --git a/dev-util/dwdiff/dwdiff-2.0.10.ebuild b/dev-util/dwdiff/dwdiff-2.0.10.ebuild
28 deleted file mode 100644
29 index c217f2b..0000000
30 --- a/dev-util/dwdiff/dwdiff-2.0.10.ebuild
31 +++ /dev/null
32 @@ -1,41 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -inherit eutils toolchain-funcs
39 -
40 -DESCRIPTION="A front-end for the diff program that operates at the word level instead of the line level"
41 -HOMEPAGE="http://os.ghalkes.nl/dwdiff.html"
42 -SRC_URI="http://os.ghalkes.nl/dist/${P}.tar.bz2"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~ppc ~x86"
47 -IUSE="nls"
48 -
49 -COMMON_DEPEND="dev-libs/icu:="
50 -RDEPEND="${COMMON_DEPEND}
51 - sys-apps/diffutils"
52 -DEPEND="${COMMON_DEPEND}
53 - nls? ( sys-devel/gettext )"
54 -
55 -src_prepare() {
56 - sed -i \
57 - -e '/INSTALL/s:COPYING::' \
58 - Makefile.in || die
59 -}
60 -
61 -src_configure() {
62 - ./configure \
63 - --prefix=/usr \
64 - $(use_with nls gettext) || die
65 -}
66 -
67 -src_compile() {
68 - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
69 -}
70 -
71 -src_install() {
72 - emake prefix="${D}/usr" docdir="${D}/usr/share/doc/${PF}" install
73 -}
74
75 diff --git a/dev-util/dwdiff/dwdiff-2.0.9.ebuild b/dev-util/dwdiff/dwdiff-2.0.9.ebuild
76 deleted file mode 100644
77 index a212df9..0000000
78 --- a/dev-util/dwdiff/dwdiff-2.0.9.ebuild
79 +++ /dev/null
80 @@ -1,41 +0,0 @@
81 -# Copyright 1999-2014 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -# $Id$
84 -
85 -EAPI=5
86 -inherit eutils toolchain-funcs
87 -
88 -DESCRIPTION="A front-end for the diff program that operates at the word level instead of the line level"
89 -HOMEPAGE="http://os.ghalkes.nl/dwdiff.html"
90 -SRC_URI="http://os.ghalkes.nl/dist/${P}.tgz"
91 -
92 -LICENSE="GPL-3"
93 -SLOT="0"
94 -KEYWORDS="~amd64 ~ppc ~x86"
95 -IUSE="nls"
96 -
97 -COMMON_DEPEND="dev-libs/icu:="
98 -RDEPEND="${COMMON_DEPEND}
99 - sys-apps/diffutils"
100 -DEPEND="${COMMON_DEPEND}
101 - nls? ( sys-devel/gettext )"
102 -
103 -src_prepare() {
104 - sed -i \
105 - -e '/INSTALL/s:COPYING::' \
106 - Makefile.in || die
107 -}
108 -
109 -src_configure() {
110 - ./configure \
111 - --prefix=/usr \
112 - $(use_with nls gettext) || die
113 -}
114 -
115 -src_compile() {
116 - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
117 -}
118 -
119 -src_install() {
120 - emake prefix="${D}/usr" docdir="${D}/usr/share/doc/${PF}" install
121 -}