Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libvformat/
Date: Sat, 06 May 2017 20:31:59
Message-Id: 1494102659.4a02fe5c939770dd61fb3b2c051da2237adc795a.mjo@gentoo
1 commit: 4a02fe5c939770dd61fb3b2c051da2237adc795a
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 6 20:30:59 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat May 6 20:30:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a02fe5c
7
8 dev-libs/libvformat: remove unused version 1.13-r1.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-libs/libvformat/Manifest | 1 -
13 dev-libs/libvformat/libvformat-1.13-r1.ebuild | 34 ---------------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/dev-libs/libvformat/Manifest b/dev-libs/libvformat/Manifest
17 index 459b39fae0c..b087c539164 100644
18 --- a/dev-libs/libvformat/Manifest
19 +++ b/dev-libs/libvformat/Manifest
20 @@ -1,3 +1,2 @@
21 DIST libvformat_1.13-10.debian.tar.gz 25884 SHA256 b6bce7be6ff945b99f98061542908a10d1b5fc8c83d1b8a584bb5163da4b9058 SHA512 fd3635a697cf52215a024118dd5e7776829ec2e537a6795121361046588be23f00225fafc50e14e25e94e94659bb16d7830193b159925c63ff2e0644394b3626 WHIRLPOOL a3c77e6970a48e0f190ae05dc85da1038708ae291a5fd236f91878ff6e4bde607809efbb333ff0bd0905badaf2f2f36b547665e29ded123e93ee849d34196c43
22 -DIST libvformat_1.13-4.diff.gz 361732 SHA256 1593343cfc3f1ab746a1a245caf1562dfceac77c92c9cdbb107ee1eced4c0552 SHA512 96110754385d3b07e196c1f225c7bdfd1487390a5f462457a4835c27306db680b44c964db7d780a8e394e3b3e144727f8485812ba74b69afabfa0f40ed736ded WHIRLPOOL 3ad0d183f89a4c2b33f90007cdd0612d9937373d4614f6d035bf25aa7abc38cfe089948d8db3098b614020a825ab23748005112260b06f0e3af4c612cc0abb7f
23 DIST libvformat_1.13.orig.tar.gz 254463 SHA256 7251fda5f90e56ea5d132399010c0b40e7dc55085efaf17ba724037e71f7d966 SHA512 80b47897dd4f5dfa05e78a40de821406a007e330fc82584a0d26e2d1580a5ce52b6af90ecd4c0f7f36eaf00d6a78d9ba3b84ec2b7c7d814ba890a629d7a2c7ba WHIRLPOOL 321da3e974b6ef5dad621531e5674d783b7c84a8e143bc3565fa5157105854e41cb2d3091e080834f793a690c126b26e76e3f5a7255b9602b1d9d8217ca514fb
24
25 diff --git a/dev-libs/libvformat/libvformat-1.13-r1.ebuild b/dev-libs/libvformat/libvformat-1.13-r1.ebuild
26 deleted file mode 100644
27 index 67a0c20d432..00000000000
28 --- a/dev-libs/libvformat/libvformat-1.13-r1.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2009 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -inherit eutils autotools
35 -
36 -DESCRIPTION="Library to read and write vcard files"
37 -HOMEPAGE="https://sourceforge.net/projects/vformat/"
38 -SRC_URI="mirror://debian/pool/main/libv/${PN}/${PN}_${PV}.orig.tar.gz
39 - mirror://debian/pool/main/libv/${PN}/${PN}_${PV}-4.diff.gz"
40 -
41 -LICENSE="LGPL-2.1"
42 -SLOT="0"
43 -KEYWORDS="alpha amd64 ppc sparc x86"
44 -IUSE=""
45 -
46 -DEPEND=""
47 -RDEPEND=""
48 -
49 -S="${WORKDIR}/${P}.orig"
50 -
51 -src_unpack() {
52 - unpack ${A}
53 -
54 - cd "${S}"
55 - epatch "${DISTDIR}/${PN}_${PV}-4.diff.gz" || die "epatch failed"
56 -
57 - # Patch for not installing documentation, because that needs c2man
58 - epatch "${FILESDIR}/${PN}-nodoc.patch" || die "epatch failed"
59 - eautoreconf
60 -}
61 -
62 -src_install() {
63 - emake DESTDIR="${D}" install || die "make install failed"
64 -}