summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-06-02 14:00:58 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-06-02 14:00:58 +0000
commitb40a0e460cbed4b9773692359486c8150f8065bc (patch)
tree17708d9a2e294807970faefea74bcab89595af41 /x11-misc
parentversion bump (diff)
downloadgentoo-2-b40a0e460cbed4b9773692359486c8150f8065bc.tar.gz
gentoo-2-b40a0e460cbed4b9773692359486c8150f8065bc.tar.bz2
gentoo-2-b40a0e460cbed4b9773692359486c8150f8065bc.zip
Version bump. Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/gccmakedep/ChangeLog10
-rw-r--r--x11-misc/gccmakedep/gccmakedep-1.0.2.ebuild16
-rw-r--r--x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild12
3 files changed, 20 insertions, 18 deletions
diff --git a/x11-misc/gccmakedep/ChangeLog b/x11-misc/gccmakedep/ChangeLog
index cea29f069279..2f218c95fdb5 100644
--- a/x11-misc/gccmakedep/ChangeLog
+++ b/x11-misc/gccmakedep/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/gccmakedep
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gccmakedep/ChangeLog,v 1.33 2013/02/22 17:15:45 zmedico Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gccmakedep/ChangeLog,v 1.34 2014/06/02 14:00:58 chithanh Exp $
+
+*gccmakedep-1.0.3 (02 Jun 2014)
+
+ 02 Jun 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +gccmakedep-1.0.3.ebuild, -gccmakedep-1.0.2.ebuild:
+ Version bump. Remove old.
22 Feb 2013; Zac Medico <zmedico@gentoo.org> gccmakedep-1.0.2-r1.ebuild:
Add ~arm-linux keyword.
diff --git a/x11-misc/gccmakedep/gccmakedep-1.0.2.ebuild b/x11-misc/gccmakedep/gccmakedep-1.0.2.ebuild
deleted file mode 100644
index 02125e8dbef9..000000000000
--- a/x11-misc/gccmakedep/gccmakedep-1.0.2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gccmakedep/gccmakedep-1.0.2.ebuild,v 1.12 2010/10/17 03:26:34 leio Exp $
-
-# Must be before x-modular eclass is inherited
-# SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="create dependencies in makefiles using 'gcc -M'"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- x11-proto/xproto"
diff --git a/x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild b/x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild
new file mode 100644
index 000000000000..ef53f59a60c3
--- /dev/null
+++ b/x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild,v 1.1 2014/06/02 14:00:58 chithanh Exp $
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="create dependencies in makefiles using 'gcc -M'"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND="x11-proto/xproto"