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: net-irc/miau/, profiles/
Date: Tue, 05 Nov 2019 22:28:44
Message-Id: 1572992873.909b8f563d724dc2e7a6788728aa0757376aaab1.mgorny@gentoo
1 commit: 909b8f563d724dc2e7a6788728aa0757376aaab1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 5 22:27:53 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 5 22:27:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909b8f56
7
8 net-irc/miau: Remove last-rited pkg
9
10 Bug: https://bugs.gentoo.org/696252
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-irc/miau/Manifest | 1 -
14 net-irc/miau/metadata.xml | 8 -----
15 net-irc/miau/miau-0.6.6.ebuild | 71 ------------------------------------------
16 profiles/package.mask | 1 -
17 4 files changed, 81 deletions(-)
18
19 diff --git a/net-irc/miau/Manifest b/net-irc/miau/Manifest
20 deleted file mode 100644
21 index 04ea31e8a3a..00000000000
22 --- a/net-irc/miau/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST miau-0.6.6.tar.bz2 188284 BLAKE2B 1b9e027a7eed4bc31fd087843cdaf3e8f680ef5110a4e62d89f84d94468955594cf41c722f499bdb8a5309f99188f3d3a4c480dcbb83ee398b657294314f2dbc SHA512 0f61eae1a8c1ab60aee63b9cab482097381aa23218811e228f6bede0a73e194b4c34ac9add7d85c7160d74da25c840c1d356fb6afae31c10d90d7fc01de5e170
26
27 diff --git a/net-irc/miau/metadata.xml b/net-irc/miau/metadata.xml
28 deleted file mode 100644
29 index 00c3cb76b55..00000000000
30 --- a/net-irc/miau/metadata.xml
31 +++ /dev/null
32 @@ -1,8 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <!-- maintainer-needed -->
37 - <upstream>
38 - <remote-id type="sourceforge">miau</remote-id>
39 - </upstream>
40 -</pkgmetadata>
41
42 diff --git a/net-irc/miau/miau-0.6.6.ebuild b/net-irc/miau/miau-0.6.6.ebuild
43 deleted file mode 100644
44 index 1f483456394..00000000000
45 --- a/net-irc/miau/miau-0.6.6.ebuild
46 +++ /dev/null
47 @@ -1,71 +0,0 @@
48 -# Copyright 1999-2018 Gentoo Foundation
49 -# Distributed under the terms of the GNU General Public License v2
50 -
51 -EAPI=0
52 -
53 -inherit eutils
54 -
55 -DESCRIPTION="Persistent IRC bouncer with multi-client support - a fork of muh"
56 -HOMEPAGE="http://miau.sourceforge.net/"
57 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
58 -LICENSE="GPL-2"
59 -SLOT="0"
60 -KEYWORDS="~amd64 ~ppc x86"
61 -IUSE="debug ipv6"
62 -
63 -DEPEND=""
64 -RDEPEND="${DEPEND}"
65 -
66 -pkg_setup() {
67 - if use ipv6; then
68 - echo
69 - ewarn "Enabling the ipv6 useflag will disable ipv4 entirely. Press"
70 - ewarn "Ctrl+C now if you don't want this."
71 - echo
72 - ebeep 5
73 - fi
74 -}
75 -
76 -src_compile() {
77 - # --disable-debug seems to actually enabled it, using if use rather than
78 - # use_enable to get around it.
79 - if use debug; then
80 - myconf="--enable-debug"
81 - fi
82 - econf \
83 - --enable-dccbounce \
84 - --enable-automode \
85 - --enable-releasenick \
86 - --enable-ctcp-replies \
87 - --enable-mkpasswd \
88 - --enable-uptime \
89 - --enable-chanlog \
90 - --enable-privlog \
91 - --enable-onconnect \
92 - --enable-empty-awaymsg \
93 - $(use_enable ipv6) \
94 - ${myconf} \
95 - $(use_enable debug enduserdebug) \
96 - $(use_enable debug pingstat) \
97 - $(use_enable debug dumpstatus) \
98 - || die "econf failed."
99 - emake || die "emake failed."
100 -}
101 -
102 -src_install() {
103 - emake install DESTDIR="${D}" || die "emake install failed."
104 - dodoc AUTHORS ChangeLog TODO README || die "dodoc failed."
105 -
106 - mv "${D}/usr/share/doc/miau/examples/miaurc" \
107 - "${D}/usr/share/doc/${PF}/miaurc.sample"
108 - rm -rf "${D}/usr/share/doc/miau"
109 -}
110 -
111 -pkg_postinst() {
112 - echo
113 - elog "You'll need to configure miau before running it."
114 - elog "Put your config in ~/.miau/miaurc"
115 - elog "You can use the sample config is in /usr/share/doc/${PF}/miaurc.sample"
116 - elog "For more information, see the documentation."
117 - echo
118 -}
119
120 diff --git a/profiles/package.mask b/profiles/package.mask
121 index 9d1599fd78b..3ff3e4e6a79 100644
122 --- a/profiles/package.mask
123 +++ b/profiles/package.mask
124 @@ -406,7 +406,6 @@ net-firewall/quicktables
125 net-firewall/shapecfg
126 net-irc/dircproxy
127 net-irc/jircii
128 -net-irc/miau
129 sys-auth/pam_require
130
131 # Michał Górny <mgorny@g.o> (2019-10-04)