diff options
author | 2014-06-21 06:26:40 +0000 | |
---|---|---|
committer | 2014-06-21 06:26:40 +0000 | |
commit | 00135410fbe53f87839eec142694bc91bf5a0625 (patch) | |
tree | 6bbc209e4919eb604792b7cea54e5c1317f2a081 /x11-wm | |
parent | Add missing x11-libs/libXext dep (bug #514066). (diff) | |
download | gentoo-2-00135410fbe53f87839eec142694bc91bf5a0625.tar.gz gentoo-2-00135410fbe53f87839eec142694bc91bf5a0625.tar.bz2 gentoo-2-00135410fbe53f87839eec142694bc91bf5a0625.zip |
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/herbstluftwm/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/herbstluftwm/herbstluftwm-0.5.2.ebuild | 58 | ||||
-rw-r--r-- | x11-wm/herbstluftwm/herbstluftwm-0.5.3.ebuild | 66 | ||||
-rw-r--r-- | x11-wm/herbstluftwm/herbstluftwm-0.6.0.ebuild | 66 | ||||
-rw-r--r-- | x11-wm/herbstluftwm/herbstluftwm-0.6.2.ebuild | 66 |
5 files changed, 6 insertions, 257 deletions
diff --git a/x11-wm/herbstluftwm/ChangeLog b/x11-wm/herbstluftwm/ChangeLog index 834b24fd6b9a..8b4dfc406ca8 100644 --- a/x11-wm/herbstluftwm/ChangeLog +++ b/x11-wm/herbstluftwm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/herbstluftwm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/herbstluftwm/ChangeLog,v 1.17 2014/06/21 06:26:05 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/herbstluftwm/ChangeLog,v 1.18 2014/06/21 06:26:40 radhermit Exp $ + + 21 Jun 2014; Tim Harder <radhermit@gentoo.org> -herbstluftwm-0.5.2.ebuild, + -herbstluftwm-0.5.3.ebuild, -herbstluftwm-0.6.0.ebuild, + -herbstluftwm-0.6.2.ebuild: + Remove old. *herbstluftwm-0.6.2-r1 (21 Jun 2014) diff --git a/x11-wm/herbstluftwm/herbstluftwm-0.5.2.ebuild b/x11-wm/herbstluftwm/herbstluftwm-0.5.2.ebuild deleted file mode 100644 index 886f4a5649b0..000000000000 --- a/x11-wm/herbstluftwm/herbstluftwm-0.5.2.ebuild +++ /dev/null @@ -1,58 +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/herbstluftwm/herbstluftwm-0.5.2.ebuild,v 1.2 2013/08/16 16:12:45 radhermit Exp $ - -EAPI=5 - -inherit toolchain-funcs bash-completion-r1 - -DESCRIPTION="A manual tiling window manager for X" -HOMEPAGE="http://herbstluftwm.org" -SRC_URI="http://herbstluftwm.org/tarballs/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples xinerama zsh-completion" - -CDEPEND=">=dev-libs/glib-2.24:2 - x11-libs/libX11 - xinerama? ( x11-libs/libXinerama )" -RDEPEND="${CDEPEND} - app-shells/bash - zsh-completion? ( app-shells/zsh )" -DEPEND="${CDEPEND} - virtual/pkgconfig" - -src_compile() { - emake CC="$(tc-getCC)" LD="$(tc-getCC)" COLOR=0 VERBOSE= \ - $(use xinerama || echo XINERAMAFLAGS= XINERAMALIBS= ) -} - -src_install() { - dobin herbstluftwm herbstclient - dodoc BUGS MIGRATION NEWS README - - doman doc/{herbstluftwm,herbstclient}.1 - - exeinto /etc/xdg/herbstluftwm - doexe share/{autostart,panel.sh,restartpanels.sh} - - insinto /usr/share/xsessions - doins share/herbstluftwm.desktop - - newbashcomp share/herbstclient-completion herbstclient - - if use zsh-completion ; then - insinto /usr/share/zsh/site-functions - doins share/_herbstclient - fi - - if use examples ; then - exeinto /usr/share/doc/${PF}/examples - doexe scripts/*.sh - docinto examples - dodoc scripts/README - docompress -x /usr/share/doc/${PF}/examples - fi -} diff --git a/x11-wm/herbstluftwm/herbstluftwm-0.5.3.ebuild b/x11-wm/herbstluftwm/herbstluftwm-0.5.3.ebuild deleted file mode 100644 index b727784877d7..000000000000 --- a/x11-wm/herbstluftwm/herbstluftwm-0.5.3.ebuild +++ /dev/null @@ -1,66 +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/herbstluftwm/herbstluftwm-0.5.3.ebuild,v 1.2 2014/01/01 22:54:50 radhermit Exp $ - -EAPI=5 -inherit toolchain-funcs bash-completion-r1 - -if [[ ${PV} == 9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="git://git.cs.fau.de/hlwm" - EXTRA_DEPEND="app-text/asciidoc" -else - SRC_URI="http://herbstluftwm.org/tarballs/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - EXTRA_DEPEND="" -fi - -DESCRIPTION="A manual tiling window manager for X" -HOMEPAGE="http://herbstluftwm.org" - -LICENSE="BSD-2" -SLOT="0" -IUSE="examples xinerama zsh-completion" - -CDEPEND=">=dev-libs/glib-2.24:2 - x11-libs/libX11 - xinerama? ( x11-libs/libXinerama )" -RDEPEND="${CDEPEND} - app-shells/bash - zsh-completion? ( app-shells/zsh )" -DEPEND="${CDEPEND} - ${EXTRA_DEPEND} - virtual/pkgconfig" - -src_compile() { - emake CC="$(tc-getCC)" LD="$(tc-getCC)" COLOR=0 VERBOSE= \ - $(use xinerama || echo XINERAMAFLAGS= XINERAMALIBS= ) -} - -src_install() { - dobin herbstluftwm herbstclient - dodoc BUGS MIGRATION NEWS README - - doman doc/{herbstluftwm,herbstclient}.1 - - exeinto /etc/xdg/herbstluftwm - doexe share/{autostart,panel.sh,restartpanels.sh} - - insinto /usr/share/xsessions - doins share/herbstluftwm.desktop - - newbashcomp share/herbstclient-completion herbstclient - - if use zsh-completion ; then - insinto /usr/share/zsh/site-functions - doins share/_herbstclient - fi - - if use examples ; then - exeinto /usr/share/doc/${PF}/examples - doexe scripts/*.sh - docinto examples - dodoc scripts/README - docompress -x /usr/share/doc/${PF}/examples - fi -} diff --git a/x11-wm/herbstluftwm/herbstluftwm-0.6.0.ebuild b/x11-wm/herbstluftwm/herbstluftwm-0.6.0.ebuild deleted file mode 100644 index a46b5a408cd1..000000000000 --- a/x11-wm/herbstluftwm/herbstluftwm-0.6.0.ebuild +++ /dev/null @@ -1,66 +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/herbstluftwm/herbstluftwm-0.6.0.ebuild,v 1.1 2014/03/21 01:51:35 radhermit Exp $ - -EAPI=5 -inherit toolchain-funcs bash-completion-r1 - -if [[ ${PV} == 9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="git://git.cs.fau.de/hlwm" - EXTRA_DEPEND="app-text/asciidoc" -else - SRC_URI="http://herbstluftwm.org/tarballs/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - EXTRA_DEPEND="" -fi - -DESCRIPTION="A manual tiling window manager for X" -HOMEPAGE="http://herbstluftwm.org" - -LICENSE="BSD-2" -SLOT="0" -IUSE="examples xinerama zsh-completion" - -CDEPEND=">=dev-libs/glib-2.24:2 - x11-libs/libX11 - xinerama? ( x11-libs/libXinerama )" -RDEPEND="${CDEPEND} - app-shells/bash - zsh-completion? ( app-shells/zsh )" -DEPEND="${CDEPEND} - ${EXTRA_DEPEND} - virtual/pkgconfig" - -src_compile() { - emake CC="$(tc-getCC)" LD="$(tc-getCC)" COLOR=0 VERBOSE= \ - $(use xinerama || echo XINERAMAFLAGS= XINERAMALIBS= ) -} - -src_install() { - dobin herbstluftwm herbstclient - dodoc BUGS MIGRATION NEWS README - - doman doc/{herbstluftwm,herbstclient}.1 - - exeinto /etc/xdg/herbstluftwm - doexe share/{autostart,panel.sh,restartpanels.sh} - - insinto /usr/share/xsessions - doins share/herbstluftwm.desktop - - newbashcomp share/herbstclient-completion herbstclient - - if use zsh-completion ; then - insinto /usr/share/zsh/site-functions - doins share/_herbstclient - fi - - if use examples ; then - exeinto /usr/share/doc/${PF}/examples - doexe scripts/*.sh - docinto examples - dodoc scripts/README - docompress -x /usr/share/doc/${PF}/examples - fi -} diff --git a/x11-wm/herbstluftwm/herbstluftwm-0.6.2.ebuild b/x11-wm/herbstluftwm/herbstluftwm-0.6.2.ebuild deleted file mode 100644 index c919bb07037c..000000000000 --- a/x11-wm/herbstluftwm/herbstluftwm-0.6.2.ebuild +++ /dev/null @@ -1,66 +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/herbstluftwm/herbstluftwm-0.6.2.ebuild,v 1.1 2014/04/04 07:57:21 radhermit Exp $ - -EAPI=5 -inherit toolchain-funcs bash-completion-r1 - -if [[ ${PV} == 9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="git://git.cs.fau.de/hlwm" - EXTRA_DEPEND="app-text/asciidoc" -else - SRC_URI="http://herbstluftwm.org/tarballs/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - EXTRA_DEPEND="" -fi - -DESCRIPTION="A manual tiling window manager for X" -HOMEPAGE="http://herbstluftwm.org" - -LICENSE="BSD-2" -SLOT="0" -IUSE="examples xinerama zsh-completion" - -CDEPEND=">=dev-libs/glib-2.24:2 - x11-libs/libX11 - xinerama? ( x11-libs/libXinerama )" -RDEPEND="${CDEPEND} - app-shells/bash - zsh-completion? ( app-shells/zsh )" -DEPEND="${CDEPEND} - ${EXTRA_DEPEND} - virtual/pkgconfig" - -src_compile() { - emake CC="$(tc-getCC)" LD="$(tc-getCC)" COLOR=0 VERBOSE= \ - $(use xinerama || echo XINERAMAFLAGS= XINERAMALIBS= ) -} - -src_install() { - dobin herbstluftwm herbstclient - dodoc BUGS MIGRATION NEWS README - - doman doc/{herbstluftwm,herbstclient}.1 - - exeinto /etc/xdg/herbstluftwm - doexe share/{autostart,panel.sh,restartpanels.sh} - - insinto /usr/share/xsessions - doins share/herbstluftwm.desktop - - newbashcomp share/herbstclient-completion herbstclient - - if use zsh-completion ; then - insinto /usr/share/zsh/site-functions - doins share/_herbstclient - fi - - if use examples ; then - exeinto /usr/share/doc/${PF}/examples - doexe scripts/*.sh - docinto examples - dodoc scripts/README - docompress -x /usr/share/doc/${PF}/examples - fi -} |