Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/dev/mgorny:master commit in: sys-devel/ccattr/
Date: Thu, 01 Nov 2018 20:40:58
Message-Id: 1541104840.fa5927134d71919f736a4f420cdc195087da5680.mgorny@gentoo
1 commit: fa5927134d71919f736a4f420cdc195087da5680
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 1 20:40:20 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 1 20:40:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/dev/mgorny.git/commit/?id=fa592713
7
8 sys-devel/ccattr: Remove obsolete project
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/ccattr/ccattr-9999.ebuild | 40 -------------------------------------
13 sys-devel/ccattr/metadata.xml | 15 --------------
14 2 files changed, 55 deletions(-)
15
16 diff --git a/sys-devel/ccattr/ccattr-9999.ebuild b/sys-devel/ccattr/ccattr-9999.ebuild
17 deleted file mode 100644
18 index 8a56ec1..0000000
19 --- a/sys-devel/ccattr/ccattr-9999.ebuild
20 +++ /dev/null
21 @@ -1,40 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Header: $
25 -
26 -EAPI=4
27 -
28 -#if LIVE
29 -AUTOTOOLS_AUTORECONF=yes
30 -EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
31 -
32 -inherit git-2
33 -#endif
34 -
35 -inherit autotools-utils
36 -
37 -DESCRIPTION="Macros for simple and portable use of CC extension attributes"
38 -HOMEPAGE="https://bitbucket.org/mgorny/ccattr/"
39 -SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
40 -
41 -LICENSE="BSD"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -IUSE="doc"
45 -
46 -DEPEND="doc? ( dev-util/gtk-doc )"
47 -
48 -#if LIVE
49 -DEPEND="${DEPEND}
50 - dev-util/gtk-doc-am"
51 -KEYWORDS=
52 -SRC_URI=
53 -#endif
54 -
55 -src_configure() {
56 - local myeconfargs=(
57 - $(use_enable doc gtk-doc)
58 - )
59 -
60 - autotools-utils_src_configure
61 -}
62
63 diff --git a/sys-devel/ccattr/metadata.xml b/sys-devel/ccattr/metadata.xml
64 deleted file mode 100644
65 index bb46659..0000000
66 --- a/sys-devel/ccattr/metadata.xml
67 +++ /dev/null
68 @@ -1,15 +0,0 @@
69 -<?xml version="1.0" encoding="UTF-8"?>
70 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
71 -<pkgmetadata>
72 - <maintainer>
73 - <email>mgorny@g.o</email>
74 - <name>Michał Górny</name>
75 - </maintainer>
76 - <upstream>
77 - <maintainer status="active">
78 - <email>mgorny@g.o</email>
79 - <name>Michał Górny</name>
80 - </maintainer>
81 - <bugs-to>https://bitbucket.org/mgorny/ccattr/issues/</bugs-to>
82 - </upstream>
83 -</pkgmetadata>