summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-09 00:05:11 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-09 00:05:11 +0000
commit3aceb7c2728c4b0a572e9c987f725648006aa499 (patch)
tree9a1a5f0c43a9ef707d360a8ff06045cac7aa6667 /x11-misc/makedepend
parentVersion bump. (diff)
downloadgentoo-2-3aceb7c2728c4b0a572e9c987f725648006aa499.tar.gz
gentoo-2-3aceb7c2728c4b0a572e9c987f725648006aa499.tar.bz2
gentoo-2-3aceb7c2728c4b0a572e9c987f725648006aa499.zip
Version bump.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/makedepend')
-rw-r--r--x11-misc/makedepend/ChangeLog10
-rw-r--r--x11-misc/makedepend/makedepend-1.0.4.ebuild15
2 files changed, 23 insertions, 2 deletions
diff --git a/x11-misc/makedepend/ChangeLog b/x11-misc/makedepend/ChangeLog
index 1a74e3623bf9..6ec960d0b703 100644
--- a/x11-misc/makedepend/ChangeLog
+++ b/x11-misc/makedepend/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/makedepend
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/makedepend/ChangeLog,v 1.56 2011/02/14 15:52:21 scarabeus Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/makedepend/ChangeLog,v 1.57 2012/03/09 00:05:11 chithanh Exp $
+
+*makedepend-1.0.4 (09 Mar 2012)
+
+ 09 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +makedepend-1.0.4.ebuild:
+ Version bump.
14 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org>
-makedepend-1.0.2.ebuild:
diff --git a/x11-misc/makedepend/makedepend-1.0.4.ebuild b/x11-misc/makedepend/makedepend-1.0.4.ebuild
new file mode 100644
index 000000000000..8cf31f44e0bb
--- /dev/null
+++ b/x11-misc/makedepend/makedepend-1.0.4.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/makedepend/makedepend-1.0.4.ebuild,v 1.1 2012/03/09 00:05:11 chithanh Exp $
+
+EAPI=4
+XORG_STATIC=no
+inherit xorg-2
+
+DESCRIPTION="create dependencies in makefiles"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ x11-proto/xproto"