summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-07-21 09:36:56 +0000
committerPacho Ramos <pacho@gentoo.org>2013-07-21 09:36:56 +0000
commit5b1a81ff0fc49c1bce7eff532b3a414bd9bed445 (patch)
tree9d9b2f62fa8c5dde637ac3c2d86e5e06b8bdab8d /dev-util/cdecl
parentCleanup due #473480 (diff)
downloadgentoo-2-5b1a81ff0fc49c1bce7eff532b3a414bd9bed445.tar.gz
gentoo-2-5b1a81ff0fc49c1bce7eff532b3a414bd9bed445.tar.bz2
gentoo-2-5b1a81ff0fc49c1bce7eff532b3a414bd9bed445.zip
Cleanup due #473480
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-util/cdecl')
-rw-r--r--dev-util/cdecl/ChangeLog9
-rw-r--r--dev-util/cdecl/cdecl-2.5-r1.ebuild48
-rw-r--r--dev-util/cdecl/metadata.xml2
3 files changed, 7 insertions, 52 deletions
diff --git a/dev-util/cdecl/ChangeLog b/dev-util/cdecl/ChangeLog
index 475fa90ece7f..ac0e81a57057 100644
--- a/dev-util/cdecl/ChangeLog
+++ b/dev-util/cdecl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/cdecl
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cdecl/ChangeLog,v 1.21 2011/11/06 17:12:02 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cdecl/ChangeLog,v 1.22 2013/07/21 09:36:56 pacho Exp $
+
+ 21 Jul 2013; Pacho Ramos <pacho@gentoo.org> -cdecl-2.5-r1.ebuild,
+ metadata.xml:
+ Cleanup due #473480
06 Nov 2011; Raúl Porcel <armin76@gentoo.org> cdecl-2.5-r1.ebuild,
cdecl-2.5-r2.ebuild:
@@ -69,4 +73,3 @@
30 Sep 2003; Patrick Kursawe <phosphan@gentoo.org> cdecl-2.5.ebuild,
metadata.xml, files/cdecl-2.5.patch:
Initial import, suggested in bug 29836
-
diff --git a/dev-util/cdecl/cdecl-2.5-r1.ebuild b/dev-util/cdecl/cdecl-2.5-r1.ebuild
deleted file mode 100644
index d4c9235e503f..000000000000
--- a/dev-util/cdecl/cdecl-2.5-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cdecl/cdecl-2.5-r1.ebuild,v 1.16 2011/11/06 17:12:02 armin76 Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Turn English phrases to C or C++ declarations"
-SRC_URI="ftp://ftp.netsw.org/softeng/lang/c/tools/cdecl/${P}.tar.gz"
-HOMEPAGE="http://www.boutell.com/lsm/lsmbyid.cgi/002103"
-
-KEYWORDS="~amd64 ~mips ~ppc x86"
-LICENSE="public-domain"
-SLOT="0"
-
-RDEPEND="readline? (
- sys-libs/ncurses
- sys-libs/readline
- )"
-
-DEPEND="${RDEPEND}
- || (
- dev-util/yacc
- sys-devel/bison
- )
- !<dev-util/cutils-1.6-r2"
-
-IUSE="readline"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}.patch"
-}
-
-src_compile() {
- if use readline; then
- CFLAGS="${CFLAGS} -DUSE_READLINE"
- LIBS="${LIBS} -lreadline -lncurses"
- fi
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" LIBS="${LIBS}" || die
-}
-
-src_install() {
- dobin cdecl
- dohard /usr/bin/cdecl /usr/bin/c++decl
- dodoc README
- doman *.1
-}
diff --git a/dev-util/cdecl/metadata.xml b/dev-util/cdecl/metadata.xml
index cde42541750c..ff62877c67ae 100644
--- a/dev-util/cdecl/metadata.xml
+++ b/dev-util/cdecl/metadata.xml
@@ -2,6 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
- <email>phosphan@gentoo.org</email>
+ <email>maintainer-needed@gentoo.org</email>
</maintainer>
</pkgmetadata>