diff options
author | Cédric Krier <cedk@gentoo.org> | 2007-03-06 23:06:58 +0000 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2007-03-06 23:06:58 +0000 |
commit | ab4c166172e9b426c24ba2176e65a81068d5736c (patch) | |
tree | 51211e841a610b3874366e190bfa49f79050edcd /x11-wm/dwm | |
parent | x11-misc/slock: Version bump (diff) | |
download | gentoo-2-ab4c166172e9b426c24ba2176e65a81068d5736c.tar.gz gentoo-2-ab4c166172e9b426c24ba2176e65a81068d5736c.tar.bz2 gentoo-2-ab4c166172e9b426c24ba2176e65a81068d5736c.zip |
x11-wm/dwm: Version bump
(Portage version: 2.1.2-r9)
Diffstat (limited to 'x11-wm/dwm')
-rw-r--r-- | x11-wm/dwm/ChangeLog | 8 | ||||
-rw-r--r-- | x11-wm/dwm/dwm-3.5.ebuild | 70 | ||||
-rw-r--r-- | x11-wm/dwm/dwm-3.8.ebuild (renamed from x11-wm/dwm/dwm-3.4.ebuild) | 2 | ||||
-rw-r--r-- | x11-wm/dwm/files/digest-dwm-3.4 | 3 | ||||
-rw-r--r-- | x11-wm/dwm/files/digest-dwm-3.5 | 3 | ||||
-rw-r--r-- | x11-wm/dwm/files/digest-dwm-3.8 | 3 |
6 files changed, 11 insertions, 78 deletions
diff --git a/x11-wm/dwm/ChangeLog b/x11-wm/dwm/ChangeLog index f3f69563cc01..7aac9fc56ed9 100644 --- a/x11-wm/dwm/ChangeLog +++ b/x11-wm/dwm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-wm/dwm # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/dwm/ChangeLog,v 1.15 2007/02/24 19:56:16 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/dwm/ChangeLog,v 1.16 2007/03/06 23:06:58 cedk Exp $ + +*dwm-3.8 (06 Mar 2007) + + 06 Mar 2007; Cedric Krier <cedk@gentoo.org> -dwm-3.4.ebuild, + -dwm-3.5.ebuild, +dwm-3.8.ebuild: + Version bump *dwm-3.7 (24 Feb 2007) diff --git a/x11-wm/dwm/dwm-3.5.ebuild b/x11-wm/dwm/dwm-3.5.ebuild deleted file mode 100644 index 0b88e6aeabfa..000000000000 --- a/x11-wm/dwm/dwm-3.5.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/dwm/dwm-3.5.ebuild,v 1.1 2007/02/20 20:25:57 cedk Exp $ - -inherit toolchain-funcs savedconfig - -DESCRIPTION="a dynamic window manager for X11" -HOMEPAGE="http://dwm.suckless.org/" -SRC_URI="http://suckless.org/download/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="x11-libs/libX11" -RDEPEND=${DEPEND} - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i \ - -e "s/.*strip.*//" \ - Makefile || die "sed failed" - - sed -i \ - -e "s/CFLAGS = -Os/CFLAGS +=/" \ - -e "s/LDFLAGS =/LDFLAGS +=/" \ - config.mk || die "sed failed" - - if use savedconfig; then - restore_config config.h - fi -} - -src_compile() { - local msg - use savedconfig && msg=", please check the configfile" - emake CC=$(tc-getCC) || die "emake failed${msg}" -} - -src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed" - - insinto /usr/share/${PN} - newins config.h ${PF}.config.h - - exeinto /etc/X11/Sessions - newexe "${FILESDIR}"/dwm-session dwm - - insinto /usr/share/xsessions - doins "${FILESDIR}"/dwm.desktop - - dodoc README - - save_config config.h -} - -pkg_postinst() { - einfo "This ebuild has support for user defined configs" - einfo "Please read this ebuild for more details and re-emerge as needed" - einfo "if you want to add or remove functionality for ${PN}" - if ! has_version x11-misc/dmenu; then - elog "Installing ${PN} without x11-misc/dmenu" - einfo "To have a menu you can install x11-misc/dmenu" - fi - einfo "You can custom status bar with a script in HOME/.dwm/dwmrc" - einfo "the ouput is redirected to the standard input of dwm" -} diff --git a/x11-wm/dwm/dwm-3.4.ebuild b/x11-wm/dwm/dwm-3.8.ebuild index 83632c8e3b8a..ab08d7ff9aec 100644 --- a/x11-wm/dwm/dwm-3.4.ebuild +++ b/x11-wm/dwm/dwm-3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/dwm/dwm-3.4.ebuild,v 1.1 2007/02/07 20:47:59 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/dwm/dwm-3.8.ebuild,v 1.1 2007/03/06 23:06:58 cedk Exp $ inherit toolchain-funcs savedconfig diff --git a/x11-wm/dwm/files/digest-dwm-3.4 b/x11-wm/dwm/files/digest-dwm-3.4 deleted file mode 100644 index 00742491514a..000000000000 --- a/x11-wm/dwm/files/digest-dwm-3.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 fb4ca53999b4c830b8e5e5c73e93deac dwm-3.4.tar.gz 17532 -RMD160 cfffce02be942ef19d2bc4b030ef4acae30141e2 dwm-3.4.tar.gz 17532 -SHA256 654b300a8e63b8a88f93b304e08a50bae2d4261c8e9570a46aaa3d4f1675e4bb dwm-3.4.tar.gz 17532 diff --git a/x11-wm/dwm/files/digest-dwm-3.5 b/x11-wm/dwm/files/digest-dwm-3.5 deleted file mode 100644 index 29f2e1e8ccfb..000000000000 --- a/x11-wm/dwm/files/digest-dwm-3.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 08034a7b9809c6c6d7508828eb6388a2 dwm-3.5.tar.gz 17520 -RMD160 3e8ef4e421e15a93378ae47f044ba020cea03865 dwm-3.5.tar.gz 17520 -SHA256 f54abcefefb903de520682843ebf1d29ed9ffa1cb6984178fb82c6fc083254b8 dwm-3.5.tar.gz 17520 diff --git a/x11-wm/dwm/files/digest-dwm-3.8 b/x11-wm/dwm/files/digest-dwm-3.8 new file mode 100644 index 000000000000..8842a40965d1 --- /dev/null +++ b/x11-wm/dwm/files/digest-dwm-3.8 @@ -0,0 +1,3 @@ +MD5 884b0a54d4d28bf6b231e4f3bef2899f dwm-3.8.tar.gz 18380 +RMD160 bec4b00d3b0f6e323c5cc99de9efe39cf5cc8ba5 dwm-3.8.tar.gz 18380 +SHA256 6fab9497894914d9f460da50066a77695bc0fe6b66b14b0be162f17c4bc55c63 dwm-3.8.tar.gz 18380 |