diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2014-12-23 17:31:15 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2014-12-23 17:31:15 +0000 |
commit | c901f385ef9b3b06b4d422f25e827912a9809203 (patch) | |
tree | 796a1b71ad15bb0e18a1be048dde3fa3f355e879 /x11-wm | |
parent | Fix gpg signature (diff) | |
download | gentoo-2-c901f385ef9b3b06b4d422f25e827912a9809203.tar.gz gentoo-2-c901f385ef9b3b06b4d422f25e827912a9809203.tar.bz2 gentoo-2-c901f385ef9b3b06b4d422f25e827912a9809203.zip |
Drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/i3/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/i3/i3-4.6.ebuild | 70 | ||||
-rw-r--r-- | x11-wm/i3/i3-4.7.2-r1.ebuild | 73 | ||||
-rw-r--r-- | x11-wm/i3/i3-4.7.2.ebuild | 70 | ||||
-rw-r--r-- | x11-wm/i3/i3-4.7.ebuild | 70 |
5 files changed, 5 insertions, 284 deletions
diff --git a/x11-wm/i3/ChangeLog b/x11-wm/i3/ChangeLog index baa3b5294684..684b38e46f1a 100644 --- a/x11-wm/i3/ChangeLog +++ b/x11-wm/i3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/i3 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/ChangeLog,v 1.58 2014/12/21 18:04:27 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/ChangeLog,v 1.59 2014/12/23 17:31:15 xarthisius Exp $ + + 23 Dec 2014; Kacper Kowalik <xarthisius@gentoo.org> -i3-4.6.ebuild, + -i3-4.7.2-r1.ebuild, -i3-4.7.2.ebuild, -i3-4.7.ebuild: + Drop old 21 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> i3-4.8.ebuild: amd64/x86 stable wrt bug #521070 diff --git a/x11-wm/i3/i3-4.6.ebuild b/x11-wm/i3/i3-4.6.ebuild deleted file mode 100644 index e23c99465e7e..000000000000 --- a/x11-wm/i3/i3-4.6.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# 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.6.ebuild,v 1.4 2013/09/22 06:49:48 ago Exp $ - -EAPI=5 - -inherit eutils 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="+pango" - -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 - pango? ( - >=x11-libs/pango-1.30.0[X] - >=x11-libs/cairo-1.12.2[X,xcb] - )" -DEPEND="${CDEPEND} - virtual/pkgconfig" -RDEPEND="${CDEPEND} - x11-apps/xmessage" - -DOCS=( RELEASE-NOTES-${PV} ) - -src_prepare() { - if ! use pango; then - sed -i common.mk -e '/PANGO/d' || die - fi - - cat <<- EOF > "${T}"/i3wm - #!/bin/sh - exec /usr/bin/i3 - EOF - - epatch "${FILESDIR}"/${P}-missing_include.patch #480272 - epatch_user #471716 -} - -src_compile() { - emake V=1 CC="$(tc-getCC)" AR="$(tc-getAR)" -} - -src_install() { - default - dohtml -r docs/* - doman man/*.1 - exeinto /etc/X11/Sessions - doexe "${T}"/i3wm -} - -pkg_postinst() { - einfo "There are several packages that you may find useful with ${PN} and" - einfo "their usage is suggested by the upstream maintainers, namely:" - einfo " x11-misc/dmenu" - einfo " x11-misc/i3status" - einfo " x11-misc/i3lock" - einfo "Please refer to their description for additional info." -} diff --git a/x11-wm/i3/i3-4.7.2-r1.ebuild b/x11-wm/i3/i3-4.7.2-r1.ebuild deleted file mode 100644 index 37fa375bb29d..000000000000 --- a/x11-wm/i3/i3-4.7.2-r1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/i3-4.7.2-r1.ebuild,v 1.2 2014/05/08 12:07:20 jer Exp $ - -EAPI=5 - -inherit eutils 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="+pango" - -CDEPEND="dev-libs/libev - dev-libs/libpcre - dev-libs/yajl - x11-libs/libxcb - x11-libs/libX11 - x11-libs/startup-notification - x11-libs/xcb-util - x11-libs/xcb-util-cursor - x11-libs/xcb-util-keysyms - x11-libs/xcb-util-wm - pango? ( - >=x11-libs/pango-1.30.0[X] - >=x11-libs/cairo-1.12.2[X,xcb] - )" -DEPEND="${CDEPEND} - virtual/pkgconfig" -RDEPEND="${CDEPEND}" - -DOCS=( RELEASE-NOTES-${PV} ) - -src_prepare() { - if ! use pango; then - sed -i common.mk -e '/PANGO/d' || die - fi - - cat <<- EOF > "${T}"/i3wm - #!/bin/sh - exec /usr/bin/i3 - EOF - - epatch "${FILESDIR}"/${P}-cflags.patch \ - "${FILESDIR}"/${P}-parallel_make.patch - - epatch_user #471716 -} - -src_compile() { - emake V=1 CC="$(tc-getCC)" AR="$(tc-getAR)" -} - -src_install() { - default - dohtml -r docs/* - doman man/*.1 - exeinto /etc/X11/Sessions - doexe "${T}"/i3wm -} - -pkg_postinst() { - einfo "There are several packages that you may find useful with ${PN} and" - einfo "their usage is suggested by the upstream maintainers, namely:" - einfo " x11-misc/dmenu" - einfo " x11-misc/i3status" - einfo " x11-misc/i3lock" - einfo "Please refer to their description for additional info." -} diff --git a/x11-wm/i3/i3-4.7.2.ebuild b/x11-wm/i3/i3-4.7.2.ebuild deleted file mode 100644 index c98d10247d4b..000000000000 --- a/x11-wm/i3/i3-4.7.2.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/i3-4.7.2.ebuild,v 1.4 2014/06/10 11:28:09 zlogene Exp $ - -EAPI=5 - -inherit eutils 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="+pango" - -CDEPEND="dev-libs/libev - dev-libs/libpcre - dev-libs/yajl - x11-libs/libxcb - x11-libs/libX11 - x11-libs/startup-notification - x11-libs/xcb-util - x11-libs/xcb-util-cursor - x11-libs/xcb-util-keysyms - x11-libs/xcb-util-wm - pango? ( - >=x11-libs/pango-1.30.0[X] - >=x11-libs/cairo-1.12.2[X,xcb] - )" -DEPEND="${CDEPEND} - virtual/pkgconfig" -RDEPEND="${CDEPEND}" - -DOCS=( RELEASE-NOTES-${PV} ) - -src_prepare() { - if ! use pango; then - sed -i common.mk -e '/PANGO/d' || die - fi - - cat <<- EOF > "${T}"/i3wm - #!/bin/sh - exec /usr/bin/i3 - EOF - - epatch_user #471716 -} - -src_compile() { - emake V=1 CC="$(tc-getCC)" AR="$(tc-getAR)" -} - -src_install() { - default - dohtml -r docs/* - doman man/*.1 - exeinto /etc/X11/Sessions - doexe "${T}"/i3wm -} - -pkg_postinst() { - einfo "There are several packages that you may find useful with ${PN} and" - einfo "their usage is suggested by the upstream maintainers, namely:" - einfo " x11-misc/dmenu" - einfo " x11-misc/i3status" - einfo " x11-misc/i3lock" - einfo "Please refer to their description for additional info." -} diff --git a/x11-wm/i3/i3-4.7.ebuild b/x11-wm/i3/i3-4.7.ebuild deleted file mode 100644 index f2b0bc9a59c8..000000000000 --- a/x11-wm/i3/i3-4.7.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/i3-4.7.ebuild,v 1.2 2014/01/24 07:49:32 xarthisius Exp $ - -EAPI=5 - -inherit eutils 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="+pango" - -CDEPEND="dev-libs/libev - dev-libs/libpcre - dev-libs/yajl - x11-libs/libxcb - x11-libs/libX11 - x11-libs/startup-notification - x11-libs/xcb-util - x11-libs/xcb-util-cursor - x11-libs/xcb-util-keysyms - x11-libs/xcb-util-wm - pango? ( - >=x11-libs/pango-1.30.0[X] - >=x11-libs/cairo-1.12.2[X,xcb] - )" -DEPEND="${CDEPEND} - virtual/pkgconfig" -RDEPEND="${CDEPEND}" - -DOCS=( RELEASE-NOTES-${PV} ) - -src_prepare() { - if ! use pango; then - sed -i common.mk -e '/PANGO/d' || die - fi - - cat <<- EOF > "${T}"/i3wm - #!/bin/sh - exec /usr/bin/i3 - EOF - - epatch_user #471716 -} - -src_compile() { - emake V=1 CC="$(tc-getCC)" AR="$(tc-getAR)" -} - -src_install() { - default - dohtml -r docs/* - doman man/*.1 - exeinto /etc/X11/Sessions - doexe "${T}"/i3wm -} - -pkg_postinst() { - einfo "There are several packages that you may find useful with ${PN} and" - einfo "their usage is suggested by the upstream maintainers, namely:" - einfo " x11-misc/dmenu" - einfo " x11-misc/i3status" - einfo " x11-misc/i3lock" - einfo "Please refer to their description for additional info." -} |