diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2013-03-12 14:19:52 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2013-03-12 14:19:52 +0000 |
commit | 94bdad27625946766478514af3128fb341f8946e (patch) | |
tree | 9e2b2f3c544db14511ec929a4f6837e80221e9b6 /x11-wm | |
parent | Drop epunt_cxx call as we no longer need it #460922 by Roman Žilka. (diff) | |
download | gentoo-2-94bdad27625946766478514af3128fb341f8946e.tar.gz gentoo-2-94bdad27625946766478514af3128fb341f8946e.tar.bz2 gentoo-2-94bdad27625946766478514af3128fb341f8946e.zip |
Drop old, version bump
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/i3/ChangeLog | 10 | ||||
-rw-r--r-- | x11-wm/i3/i3-4.5.ebuild (renamed from x11-wm/i3/i3-4.3.ebuild) | 19 |
2 files changed, 13 insertions, 16 deletions
diff --git a/x11-wm/i3/ChangeLog b/x11-wm/i3/ChangeLog index c15cbfcd87f2..defee72137c7 100644 --- a/x11-wm/i3/ChangeLog +++ b/x11-wm/i3/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-wm/i3 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/ChangeLog,v 1.28 2012/12/16 17:35:59 xarthisius Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/ChangeLog,v 1.29 2013/03/12 14:19:52 xarthisius Exp $ + +*i3-4.5 (12 Mar 2013) + + 12 Mar 2013; Kacper Kowalik <xarthisius@gentoo.org> +i3-4.5.ebuild, + -i3-4.3.ebuild: + Drop old, version bump 16 Dec 2012; Kacper Kowalik <xarthisius@gentoo.org> i3-4.3.ebuild, i3-4.4.ebuild: diff --git a/x11-wm/i3/i3-4.3.ebuild b/x11-wm/i3/i3-4.5.ebuild index d5d2f3d2c097..77c3d11a9785 100644 --- a/x11-wm/i3/i3-4.3.ebuild +++ b/x11-wm/i3/i3-4.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/i3-4.3.ebuild,v 1.5 2012/12/16 17:35:59 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/i3-4.5.ebuild,v 1.1 2013/03/12 14:19:52 xarthisius Exp $ -EAPI=4 +EAPI=5 inherit toolchain-funcs @@ -28,13 +28,7 @@ CDEPEND="dev-libs/libev >=x11-libs/cairo-1.12.2[X,xcb] )" DEPEND="${CDEPEND} - virtual/pkgconfig - sys-devel/flex - sys-devel/bison" -#docs? ( perl-core/Pod-Simple -# app-text/xmlto -# app-text/asciidoc -#) + virtual/pkgconfig" RDEPEND="${CDEPEND} x11-apps/xmessage" @@ -45,9 +39,6 @@ src_prepare() { sed -i common.mk -e '/PANGO/d' || die fi - sed -e "s/ar rcs/$(tc-getAR) rcs/" \ - -i libi3/libi3.mk || die #447496 - cat <<- EOF > "${T}"/i3wm #!/bin/sh exec /usr/bin/i3 @@ -55,7 +46,7 @@ src_prepare() { } src_compile() { - emake V=1 CC="$(tc-getCC)" + emake V=1 CC="$(tc-getCC)" AR="$(tc-getAR)" } src_install() { |