diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-05-06 16:30:59 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-05-06 16:30:59 -0400 |
commit | 4a02fe5c939770dd61fb3b2c051da2237adc795a (patch) | |
tree | 8a09d10ec033789f7d78bea581cb6365792b330d /dev-libs/libvformat | |
parent | sys-apps/razercfg: new version 0.39 with updated python compatibility. (diff) | |
download | gentoo-4a02fe5c939770dd61fb3b2c051da2237adc795a.tar.gz gentoo-4a02fe5c939770dd61fb3b2c051da2237adc795a.tar.bz2 gentoo-4a02fe5c939770dd61fb3b2c051da2237adc795a.zip |
dev-libs/libvformat: remove unused version 1.13-r1.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-libs/libvformat')
-rw-r--r-- | dev-libs/libvformat/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/libvformat/libvformat-1.13-r1.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-libs/libvformat/Manifest b/dev-libs/libvformat/Manifest index 459b39fae0cb..b087c5391648 100644 --- a/dev-libs/libvformat/Manifest +++ b/dev-libs/libvformat/Manifest @@ -1,3 +1,2 @@ DIST libvformat_1.13-10.debian.tar.gz 25884 SHA256 b6bce7be6ff945b99f98061542908a10d1b5fc8c83d1b8a584bb5163da4b9058 SHA512 fd3635a697cf52215a024118dd5e7776829ec2e537a6795121361046588be23f00225fafc50e14e25e94e94659bb16d7830193b159925c63ff2e0644394b3626 WHIRLPOOL a3c77e6970a48e0f190ae05dc85da1038708ae291a5fd236f91878ff6e4bde607809efbb333ff0bd0905badaf2f2f36b547665e29ded123e93ee849d34196c43 -DIST libvformat_1.13-4.diff.gz 361732 SHA256 1593343cfc3f1ab746a1a245caf1562dfceac77c92c9cdbb107ee1eced4c0552 SHA512 96110754385d3b07e196c1f225c7bdfd1487390a5f462457a4835c27306db680b44c964db7d780a8e394e3b3e144727f8485812ba74b69afabfa0f40ed736ded WHIRLPOOL 3ad0d183f89a4c2b33f90007cdd0612d9937373d4614f6d035bf25aa7abc38cfe089948d8db3098b614020a825ab23748005112260b06f0e3af4c612cc0abb7f DIST libvformat_1.13.orig.tar.gz 254463 SHA256 7251fda5f90e56ea5d132399010c0b40e7dc55085efaf17ba724037e71f7d966 SHA512 80b47897dd4f5dfa05e78a40de821406a007e330fc82584a0d26e2d1580a5ce52b6af90ecd4c0f7f36eaf00d6a78d9ba3b84ec2b7c7d814ba890a629d7a2c7ba WHIRLPOOL 321da3e974b6ef5dad621531e5674d783b7c84a8e143bc3565fa5157105854e41cb2d3091e080834f793a690c126b26e76e3f5a7255b9602b1d9d8217ca514fb diff --git a/dev-libs/libvformat/libvformat-1.13-r1.ebuild b/dev-libs/libvformat/libvformat-1.13-r1.ebuild deleted file mode 100644 index 67a0c20d432a..000000000000 --- a/dev-libs/libvformat/libvformat-1.13-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit eutils autotools - -DESCRIPTION="Library to read and write vcard files" -HOMEPAGE="https://sourceforge.net/projects/vformat/" -SRC_URI="mirror://debian/pool/main/libv/${PN}/${PN}_${PV}.orig.tar.gz - mirror://debian/pool/main/libv/${PN}/${PN}_${PV}-4.diff.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 ppc sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${P}.orig" - -src_unpack() { - unpack ${A} - - cd "${S}" - epatch "${DISTDIR}/${PN}_${PV}-4.diff.gz" || die "epatch failed" - - # Patch for not installing documentation, because that needs c2man - epatch "${FILESDIR}/${PN}-nodoc.patch" || die "epatch failed" - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" -} |