diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-12-13 21:13:15 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-12-13 21:13:15 +0000 |
commit | 51d36f537d6ee17655c347359c99e5d94df4e711 (patch) | |
tree | 3c7fa971e9c1d9d73240199051dd5c99c3996a56 /x11-wm/herbstluftwm | |
parent | Remove old. (diff) | |
download | gentoo-2-51d36f537d6ee17655c347359c99e5d94df4e711.tar.gz gentoo-2-51d36f537d6ee17655c347359c99e5d94df4e711.tar.bz2 gentoo-2-51d36f537d6ee17655c347359c99e5d94df4e711.zip |
Remove old.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'x11-wm/herbstluftwm')
-rw-r--r-- | x11-wm/herbstluftwm/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/herbstluftwm/files/herbstluftwm-0.3-flags.patch | 21 | ||||
-rw-r--r-- | x11-wm/herbstluftwm/files/herbstluftwm-0.3-install.patch | 38 | ||||
-rw-r--r-- | x11-wm/herbstluftwm/files/herbstluftwm-0.3-verbose-build.patch | 25 | ||||
-rw-r--r-- | x11-wm/herbstluftwm/herbstluftwm-0.3.ebuild | 54 | ||||
-rw-r--r-- | x11-wm/herbstluftwm/herbstluftwm-0.4.ebuild | 58 |
6 files changed, 6 insertions, 197 deletions
diff --git a/x11-wm/herbstluftwm/ChangeLog b/x11-wm/herbstluftwm/ChangeLog index a99f5a7b021d..2143711be50a 100644 --- a/x11-wm/herbstluftwm/ChangeLog +++ b/x11-wm/herbstluftwm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/herbstluftwm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/herbstluftwm/ChangeLog,v 1.7 2012/09/02 04:39:27 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/herbstluftwm/ChangeLog,v 1.8 2012/12/13 21:13:15 radhermit Exp $ + + 13 Dec 2012; Tim Harder <radhermit@gentoo.org> -herbstluftwm-0.3.ebuild, + -files/herbstluftwm-0.3-flags.patch, -files/herbstluftwm-0.3-install.patch, + -files/herbstluftwm-0.3-verbose-build.patch, -herbstluftwm-0.4.ebuild: + Remove old. *herbstluftwm-0.4.1 (02 Sep 2012) diff --git a/x11-wm/herbstluftwm/files/herbstluftwm-0.3-flags.patch b/x11-wm/herbstluftwm/files/herbstluftwm-0.3-flags.patch deleted file mode 100644 index a9ced6a742c5..000000000000 --- a/x11-wm/herbstluftwm/files/herbstluftwm-0.3-flags.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- herbstluftwm-0.3/config.mk -+++ herbstluftwm-0.3/config.mk -@@ -11,15 +11,14 @@ - endif - - # FLAGS --LD = gcc --CC = gcc --CFLAGS = -g -std=c99 -pedantic -Wall ${INCS} -D _XOPEN_SOURCE=600 -+LD ?= gcc -+CC ?= gcc -+CFLAGS += -std=c99 -pedantic -Wall ${INCS} -D _XOPEN_SOURCE=600 - VERSIONFLAGS = \ - -D HERBSTLUFT_VERSION=$(VERSION) \ - -D HERBSTLUFT_VERSION_MAJOR=$(VERSION_MAJOR) \ - -D HERBSTLUFT_VERSION_MINOR=$(VERSION_MINOR) - CFLAGS += $(VERSIONFLAGS) --LDFLAGS = -g - INSTALLDIR = / - PREFIX = $(INSTALLDIR)/usr/ - BINDIR = $(PREFIX)/bin diff --git a/x11-wm/herbstluftwm/files/herbstluftwm-0.3-install.patch b/x11-wm/herbstluftwm/files/herbstluftwm-0.3-install.patch deleted file mode 100644 index 35e7d519f9c5..000000000000 --- a/x11-wm/herbstluftwm/files/herbstluftwm-0.3-install.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- herbstluftwm-0.3/Makefile -+++ herbstluftwm-0.3/Makefile -@@ -57,35 +57,19 @@ - install: all - @echo "==> creating dirs..." - $(MKDIR) $(PREFIX) -- $(MKDIR) $(LICENSEDIR) - $(MKDIR) $(BINDIR) - $(MKDIR) $(MANDIR) -- $(MKDIR) $(DOCDIR) -- $(MKDIR) $(EXAMPLESDIR) -- $(MKDIR) $(ETCDIR) -- $(MKDIR) $(ETCDIR)/bash_completion.d/ - $(MKDIR) $(CONFIGDIR) -- $(MKDIR) $(ZSHCOMPLETIONDIR) - $(MKDIR) $(XSESSIONSDIR) - @echo "==> copying files..." - $(INSTALL) $(TARGET) $(BINDIR) - $(INSTALL) ipc-client/herbstclient $(BINDIR)/ -- $(INSTALL) -m 644 LICENSE $(LICENSEDIR) - $(INSTALL) -m 644 doc/herbstclient.1 $(MANDIR)/ - $(INSTALL) -m 644 doc/herbstluftwm.1 $(MANDIR)/ -- $(INSTALL) -m 644 doc/herbstclient.html $(DOCDIR)/ -- $(INSTALL) -m 644 doc/herbstluftwm.html $(DOCDIR)/ -- $(INSTALL) -m 644 BUGS $(DOCDIR)/ -- $(INSTALL) -m 644 NEWS $(DOCDIR)/ -- $(INSTALL) -m 644 README $(DOCDIR)/ - $(INSTALL) -m 755 share/autostart $(CONFIGDIR)/ - $(INSTALL) -m 755 share/panel.sh $(CONFIGDIR)/ - $(INSTALL) -m 755 share/restartpanels.sh $(CONFIGDIR)/ -- $(INSTALL) -m 644 share/herbstclient-completion $(ETCDIR)/bash_completion.d/ -- $(INSTALL) -m 644 share/_herbstclient $(ZSHCOMPLETIONDIR)/ - $(INSTALL) -m 644 share/herbstluftwm.desktop $(XSESSIONSDIR)/ -- $(INSTALL) -m 644 scripts/README $(EXAMPLESDIR)/ -- $(INSTALL) -m 755 scripts/*.sh $(EXAMPLESDIR)/ - - www: - make -C www diff --git a/x11-wm/herbstluftwm/files/herbstluftwm-0.3-verbose-build.patch b/x11-wm/herbstluftwm/files/herbstluftwm-0.3-verbose-build.patch deleted file mode 100644 index 91a442b75377..000000000000 --- a/x11-wm/herbstluftwm/files/herbstluftwm-0.3-verbose-build.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- herbstluftwm-0.3/rules.mk -+++ herbstluftwm-0.3/rules.mk -@@ -4,18 +4,14 @@ - rb: clean all - - $(TARGET): $(OBJ) -- $(call colorecho,LD,$(TARGET)) -- @$(LD) -o $@ $(LDFLAGS) $(OBJ) $(LIBS) -+ $(LD) -o $@ $(LDFLAGS) $(OBJ) $(LIBS) - - $(SRCDIR)/%.o: $(SRCDIR)/%.c $(HEADER) -- $(call colorecho,CC,$<) -- @$(CC) -c $(CFLAGS) -o $@ $< -+ $(CC) -c $(CFLAGS) -o $@ $< - - clean: -- $(call colorecho,RM,$(TARGET)) -- @rm -f $(TARGET) -- $(call colorecho,RM,$(OBJ)) -- @rm -f $(OBJ) -+ rm -f $(TARGET) -+ rm -f $(OBJ) - - info: - @echo Some Info: diff --git a/x11-wm/herbstluftwm/herbstluftwm-0.3.ebuild b/x11-wm/herbstluftwm/herbstluftwm-0.3.ebuild deleted file mode 100644 index be73eee4a7ea..000000000000 --- a/x11-wm/herbstluftwm/herbstluftwm-0.3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/herbstluftwm/herbstluftwm-0.3.ebuild,v 1.2 2012/06/09 23:55:20 radhermit Exp $ - -EAPI=4 - -inherit eutils toolchain-funcs bash-completion-r1 - -DESCRIPTION="A manual tiling window manager for X" -HOMEPAGE="http://wwwcip.cs.fau.de/~re06huxa/herbstluftwm/" -SRC_URI="http://wwwcip.cs.fau.de/~re06huxa/${PN}/tarballs/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples zsh-completion" - -CDEPEND=">=dev-libs/glib-2.24:2 - x11-libs/libX11" -RDEPEND="${CDEPEND} - app-shells/bash - zsh-completion? ( app-shells/zsh )" -DEPEND="${CDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${P}-flags.patch - epatch "${FILESDIR}"/${P}-install.patch - epatch "${FILESDIR}"/${P}-verbose-build.patch -} - -src_compile() { - emake -j1 CC="$(tc-getCC)" LD="$(tc-getCC)" -} - -src_install() { - emake INSTALLDIR="${D}" install - dodoc BUGS NEWS README - - 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.4.ebuild b/x11-wm/herbstluftwm/herbstluftwm-0.4.ebuild deleted file mode 100644 index 98f62d414f54..000000000000 --- a/x11-wm/herbstluftwm/herbstluftwm-0.4.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/herbstluftwm/herbstluftwm-0.4.ebuild,v 1.1 2012/08/20 16:59:22 radhermit Exp $ - -EAPI=4 - -inherit toolchain-funcs bash-completion-r1 - -DESCRIPTION="A manual tiling window manager for X" -HOMEPAGE="http://wwwcip.cs.fau.de/~re06huxa/herbstluftwm/" -SRC_URI="http://wwwcip.cs.fau.de/~re06huxa/${PN}/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 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 -} |