diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-01-09 13:06:11 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-01-09 13:06:11 +0000 |
commit | e1646e24d661e53979115dc01292b70881e00bfc (patch) | |
tree | 54f37d182b4de6c798eb1698ba234c207fabeee7 /x11-wm/i3 | |
parent | Version bump. (diff) | |
download | gentoo-2-e1646e24d661e53979115dc01292b70881e00bfc.tar.gz gentoo-2-e1646e24d661e53979115dc01292b70881e00bfc.tar.bz2 gentoo-2-e1646e24d661e53979115dc01292b70881e00bfc.zip |
Remove obsolete dependencies wrt #398191. Thanks to max <ablepharus@gmail.com> for the report. Drop old
(Portage version: 2.2.0_alpha83/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/i3')
-rw-r--r-- | x11-wm/i3/ChangeLog | 9 | ||||
-rw-r--r-- | x11-wm/i3/i3-4.1.1.ebuild | 8 | ||||
-rw-r--r-- | x11-wm/i3/i3-4.1.ebuild | 55 |
3 files changed, 9 insertions, 63 deletions
diff --git a/x11-wm/i3/ChangeLog b/x11-wm/i3/ChangeLog index a670c509b9af..f8dbc5035dcb 100644 --- a/x11-wm/i3/ChangeLog +++ b/x11-wm/i3/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/i3 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/ChangeLog,v 1.11 2011/12/24 19:59:46 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/ChangeLog,v 1.12 2012/01/09 13:06:11 xarthisius Exp $ + + 09 Jan 2012; Kacper Kowalik <xarthisius@gentoo.org> -i3-4.1.ebuild, + i3-4.1.1.ebuild: + Remove obsolete dependencies wrt #398191. Thanks to max <ablepharus@gmail.com> + for the report. Drop old *i3-4.1.1 (24 Dec 2011) diff --git a/x11-wm/i3/i3-4.1.1.ebuild b/x11-wm/i3/i3-4.1.1.ebuild index 6adf0182eec4..1bf304243010 100644 --- a/x11-wm/i3/i3-4.1.1.ebuild +++ b/x11-wm/i3/i3-4.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/i3-4.1.1.ebuild,v 1.1 2011/12/24 19:59:46 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/i3-4.1.1.ebuild,v 1.2 2012/01/09 13:06:11 xarthisius Exp $ EAPI=4 @@ -30,10 +30,6 @@ DEPEND="${CDEPEND} sys-devel/bison x11-proto/xcb-proto" RDEPEND="${CDEPEND} - dev-perl/AnyEvent-I3 - dev-perl/IPC-Run - dev-perl/Try-Tiny - virtual/perl-Getopt-Long x11-apps/xmessage" DOCS=( RELEASE-NOTES-${PV} ) diff --git a/x11-wm/i3/i3-4.1.ebuild b/x11-wm/i3/i3-4.1.ebuild deleted file mode 100644 index 61e977cf0f3e..000000000000 --- a/x11-wm/i3/i3-4.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/i3-4.1.ebuild,v 1.1 2011/11/12 09:43:11 xarthisius Exp $ - -EAPI=4 - -inherit toolchain-funcs - -DESCRIPTION="An improved dynamic tiling window manager" -HOMEPAGE="http://i3wm.org/" -SRC_URI="http://i3wm.org/downloads/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -CDEPEND="dev-libs/libev - dev-libs/libpcre - dev-libs/yajl - x11-libs/libxcb - x11-libs/libXcursor - x11-libs/libX11 - x11-libs/startup-notification - x11-libs/xcb-util" -DEPEND="${CDEPEND} - app-text/asciidoc - dev-util/pkgconfig - sys-devel/flex - sys-devel/bison - x11-proto/xcb-proto" -RDEPEND="${CDEPEND} - dev-perl/AnyEvent-I3 - dev-perl/IPC-Run - dev-perl/Try-Tiny - virtual/perl-Getopt-Long - x11-apps/xmessage" - -DOCS=( RELEASE-NOTES-${PV} ) - -pkg_setup() { - tc-export CC -} - -src_prepare() { - sed -i common.mk \ - -e "/DEBUG=/ s/1/0/" \ - -e '/O2\|reorder\-blocks\|SILENT/d' || die -} - -src_install() { - default - dohtml -r docs/* - doman i3bar/doc/i3bar.1 man/*.1 -} |