Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/btparse/, profiles/
Date: Tue, 18 Apr 2017 15:08:56
Message-Id: 1492528116.c3e8d2dcfe0a9d9edfcc4ae5b304251247ab40e3.mgorny@gentoo
1 commit: c3e8d2dcfe0a9d9edfcc4ae5b304251247ab40e3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 18 15:00:02 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 18 15:08:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e8d2dc
7
8 dev-libs/btparse: Remove last-rited pkg, #599710
9
10 dev-libs/btparse/Manifest | 2 --
11 dev-libs/btparse/btparse-0.33.ebuild | 33 ---------------------------------
12 dev-libs/btparse/btparse-0.35.ebuild | 17 -----------------
13 dev-libs/btparse/metadata.xml | 8 --------
14 profiles/package.mask | 10 ----------
15 5 files changed, 70 deletions(-)
16
17 diff --git a/dev-libs/btparse/Manifest b/dev-libs/btparse/Manifest
18 deleted file mode 100644
19 index 706caac81a5..00000000000
20 --- a/dev-libs/btparse/Manifest
21 +++ /dev/null
22 @@ -1,2 +0,0 @@
23 -DIST btparse-0.33.tar.gz 205792 SHA256 524d9a452e43672a2230ddc84614b9dd743ecc0200d59eedd5dee077dc23191a SHA512 4071a19a7f2d04d1a448fb450a2cc54f38e85877f804af392f5370e4ad24bbfa04599ac30331c7faabcfbb6c3dba98275a5fec3f0d960eac0a6967d8da44a782 WHIRLPOOL b4d850ed72b3487076ec2f13cc7ff3ed18d65149333e495470de491fb08fe1742d4ad19f7e6856d8188d5c271a4fe9f79a354d5608407d0ea6a32fe87513660b
24 -DIST btparse-0.35.tar.gz 470546 SHA256 631bf1b79dfd4c83377b416a12c349fe88ee37448dc82e41424b2f364a99477b SHA512 a30659195eed58f34d63f5292efb9c37fdd5c7075214d9789e4260291a5c2a6fb9c350865cb0a24980acfbe039134c464f3fc6ca2e55b6956fc79de40505bc77 WHIRLPOOL 91b48ea14d65042e5a75e4cd7c491b74fe3cd3aee320efaa835d5996e9fdb8886979c501b0f9b8873b6ebe1dd450a7dfa136b89fed42675f3ab7ea9303a54149
25
26 diff --git a/dev-libs/btparse/btparse-0.33.ebuild b/dev-libs/btparse/btparse-0.33.ebuild
27 deleted file mode 100644
28 index b9ea4766a7a..00000000000
29 --- a/dev-libs/btparse/btparse-0.33.ebuild
30 +++ /dev/null
31 @@ -1,33 +0,0 @@
32 -# Copyright 1999-2009 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -DESCRIPTION="A C library to parse Bibtex files"
36 -HOMEPAGE="http://starship.python.net/~gward/btOOL/"
37 -SRC_URI="http://starship.python.net/~gward/btOOL//${P}.tar.gz"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -KEYWORDS="sparc x86"
42 -IUSE=""
43 -
44 -DEPEND=""
45 -
46 -src_compile() {
47 - #have to include ${D} into mandir here,
48 - #for some reason mandir=${D}/... is ignored during make install..
49 - ./configure --host=${CHOST} \
50 - --prefix=/usr \
51 - --mandir=${D}/usr/share/man || die "./configure failed"
52 - emake lib shlib || die
53 -}
54 -
55 -src_install () {
56 - #make \
57 - # prefix=${D}/usr \
58 - # mandir=${D}/usr/share/man \
59 - # install || die
60 -
61 - make prefix=${D}/usr install || die
62 - dolib.so libbtparse.so
63 - dodoc CHANGES README
64 -}
65
66 diff --git a/dev-libs/btparse/btparse-0.35.ebuild b/dev-libs/btparse/btparse-0.35.ebuild
67 deleted file mode 100644
68 index 8cc544d81b8..00000000000
69 --- a/dev-libs/btparse/btparse-0.35.ebuild
70 +++ /dev/null
71 @@ -1,17 +0,0 @@
72 -# Copyright 1999-2012 Gentoo Foundation
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -DESCRIPTION="A C library to parse Bibtex files"
76 -HOMEPAGE="http://www.gerg.ca/software/btOOL/"
77 -SRC_URI="mirror://cpan/authors/id/A/AM/AMBS/btparse/${P}.tar.gz"
78 -
79 -LICENSE="GPL-2"
80 -SLOT="0"
81 -KEYWORDS="~amd64 ~sparc ~x86"
82 -IUSE=""
83 -
84 -DEPEND=""
85 -
86 -src_install() {
87 - emake DESTDIR="${D}" install || die "emake install failed"
88 -}
89
90 diff --git a/dev-libs/btparse/metadata.xml b/dev-libs/btparse/metadata.xml
91 deleted file mode 100644
92 index 13170c3184d..00000000000
93 --- a/dev-libs/btparse/metadata.xml
94 +++ /dev/null
95 @@ -1,8 +0,0 @@
96 -<?xml version="1.0" encoding="UTF-8"?>
97 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
98 -<pkgmetadata>
99 -<maintainer type="project">
100 - <email>tex@g.o</email>
101 - <name>Gentoo TeX Project</name>
102 -</maintainer>
103 -</pkgmetadata>
104
105 diff --git a/profiles/package.mask b/profiles/package.mask
106 index 672bf5f44f1..44429d48779 100644
107 --- a/profiles/package.mask
108 +++ b/profiles/package.mask
109 @@ -212,16 +212,6 @@ dev-scheme/schoca
110 dev-perl/Net-Google-SafeBrowsing-UpdateRequest
111 dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing
112
113 -# Andreas K. Hüttel <dilfridge@g.o> (11 Mar 2017)
114 -# Dead upstream; the library has been picked up by
115 -# dev-perl/Text-BibTeX and is further developed there.
116 -# Please uninstall dev-libs/btparse and re-build your
117 -# application against >=dev-perl/Text-BibTeX-0.780.0-r1
118 -# (this should happen automatically with tellico, the
119 -# only reverse dependency in the main tree).
120 -# Removal in 30 days. Bug 599710.
121 -dev-libs/btparse
122 -
123 # Gnome Team <gnome@g.o> (08 Mar 2017)
124 # GNOME 3.24 mask (#611270)
125 >=x11-themes/adwaita-icon-theme-3.23