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: profiles/, dev-libs/liboop/
Date: Sat, 13 Apr 2019 06:50:33
Message-Id: 1555138204.58d3320b6e37e21ddfce7ebc6a4bf1c089442717.mgorny@gentoo
1 commit: 58d3320b6e37e21ddfce7ebc6a4bf1c089442717
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 13 06:48:16 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 13 06:50:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d3320b
7
8 dev-libs/liboop: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/680212
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-libs/liboop/Manifest | 1 -
14 dev-libs/liboop/liboop-1.0-r1.ebuild | 41 ------------------------------------
15 dev-libs/liboop/metadata.xml | 5 -----
16 profiles/package.mask | 10 ---------
17 4 files changed, 57 deletions(-)
18
19 diff --git a/dev-libs/liboop/Manifest b/dev-libs/liboop/Manifest
20 deleted file mode 100644
21 index 5fe367172f3..00000000000
22 --- a/dev-libs/liboop/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST liboop-1.0.tar.bz2 215477 BLAKE2B 4062696d31e843ccf7a51536f64a435b3ea4c39ce87d599fdaa3126f0146842726eac8b77723f31d9184abc8842da60a4f5d86642a856b432f78cd86dec474be SHA512 157385e61af7a5fb055d775f773dc0c455703f86dd3a100b56421b231e8bd78ab9af4712fcfcd07e9344ac2ac4f3cde28e0d966be72061b3b7d50b456ff7818f
26
27 diff --git a/dev-libs/liboop/liboop-1.0-r1.ebuild b/dev-libs/liboop/liboop-1.0-r1.ebuild
28 deleted file mode 100644
29 index 5a2652ab110..00000000000
30 --- a/dev-libs/liboop/liboop-1.0-r1.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 -
36 -EAPI=4
37 -
38 -inherit eutils flag-o-matic
39 -
40 -DESCRIPTION="low-level event loop management library for POSIX-based operating systems"
41 -HOMEPAGE="http://liboop.ofb.net/"
42 -SRC_URI="http://download.ofb.net/liboop/${P}.tar.bz2"
43 -
44 -LICENSE="LGPL-2.1"
45 -SLOT="0"
46 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
47 -IUSE="adns gnome tcl readline"
48 -
49 -DEPEND="
50 - adns? ( net-libs/adns )
51 - gnome? ( dev-libs/glib:2 )
52 - tcl? ( dev-lang/tcl:0 )
53 - readline? ( sys-libs/readline:0 )"
54 -
55 -src_configure() {
56 - export ac_cv_path_PROG_LDCONFIG=true
57 - econf \
58 - $(use_with adns) \
59 - $(use_with gnome) \
60 - $(use_with tcl tcltk) \
61 - $(use_with readline) \
62 - --without-libwww \
63 - --disable-static
64 -}
65 -
66 -src_compile() {
67 - emake -j1
68 -}
69 -
70 -src_install() {
71 - default
72 - prune_libtool_files
73 -}
74
75 diff --git a/dev-libs/liboop/metadata.xml b/dev-libs/liboop/metadata.xml
76 deleted file mode 100644
77 index 6f49eba8f49..00000000000
78 --- a/dev-libs/liboop/metadata.xml
79 +++ /dev/null
80 @@ -1,5 +0,0 @@
81 -<?xml version="1.0" encoding="UTF-8"?>
82 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
83 -<pkgmetadata>
84 -<!-- maintainer-needed -->
85 -</pkgmetadata>
86
87 diff --git a/profiles/package.mask b/profiles/package.mask
88 index df9f58538b6..a82a48a1760 100644
89 --- a/profiles/package.mask
90 +++ b/profiles/package.mask
91 @@ -758,16 +758,6 @@ net-libs/libinfinity
92 # Removal in 30 days. Bug #513238.
93 net-libs/adns
94
95 -# Michał Górny <mgorny@g.o> (13 Mar 2019)
96 -# Ancient event-loop library with no reverse dependencies. The current
97 -# version has been released in 2003, and has no maintainer since
98 -# at least 2006 (when metadata.xml was added). Upstream released 1.0.1
99 -# at some point but there's probably no use in bumping it. Blocks
100 -# removal of net-libs/adns. Alternatives includes dev-libs/glib,
101 -# dev-libs/libevent, dev-libs/libev and many more.
102 -# Removal in 30 days. Bug #680212.
103 -dev-libs/liboop
104 -
105 # Eray Aslan <eras@g.o> (01 Mar 2019)
106 # Mask experimental software
107 =mail-mta/postfix-3.5*