diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-07-24 00:17:48 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-07-24 00:17:48 +0000 |
commit | 2cda05ac6440e74cf3038daabd5da6072a8397ad (patch) | |
tree | e62b50346631437c54497893baa73c8617433da9 /x11-misc | |
parent | Version bump. (diff) | |
download | gentoo-2-2cda05ac6440e74cf3038daabd5da6072a8397ad.tar.gz gentoo-2-2cda05ac6440e74cf3038daabd5da6072a8397ad.tar.bz2 gentoo-2-2cda05ac6440e74cf3038daabd5da6072a8397ad.zip |
Version bump.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/makedepend/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/makedepend/makedepend-1.0.5.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-misc/makedepend/ChangeLog b/x11-misc/makedepend/ChangeLog index 56d49429e026..23828963c479 100644 --- a/x11-misc/makedepend/ChangeLog +++ b/x11-misc/makedepend/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/makedepend # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/makedepend/ChangeLog,v 1.66 2013/02/22 17:03:43 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/makedepend/ChangeLog,v 1.67 2013/07/24 00:17:48 chithanh Exp $ + +*makedepend-1.0.5 (24 Jul 2013) + + 24 Jul 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +makedepend-1.0.5.ebuild: + Version bump. 22 Feb 2013; Zac Medico <zmedico@gentoo.org> makedepend-1.0.4.ebuild: Add ~arm-linux keyword. diff --git a/x11-misc/makedepend/makedepend-1.0.5.ebuild b/x11-misc/makedepend/makedepend-1.0.5.ebuild new file mode 100644 index 000000000000..46e422070d2c --- /dev/null +++ b/x11-misc/makedepend/makedepend-1.0.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/makedepend/makedepend-1.0.5.ebuild,v 1.1 2013/07/24 00:17:48 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 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + x11-proto/xproto" |