Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm/
Date: Wed, 02 Mar 2016 13:55:44
Message-Id: 1456927170.1afa9851cd7ff9ad9dcebe9b3058ccf8e57f6efc.nimiux@gentoo
1 commit: 1afa9851cd7ff9ad9dcebe9b3058ccf8e57f6efc
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 2 13:59:30 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 2 13:59:30 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1afa9851
7
8 x11-wm/stumpwm: Update header and description
9
10 x11-wm/stumpwm/stumpwm-0.9.9.ebuild | 6 +++---
11 x11-wm/stumpwm/stumpwm-9999.ebuild | 6 +++---
12 2 files changed, 6 insertions(+), 6 deletions(-)
13
14 diff --git a/x11-wm/stumpwm/stumpwm-0.9.9.ebuild b/x11-wm/stumpwm/stumpwm-0.9.9.ebuild
15 index 8848b68..4ec18be 100644
16 --- a/x11-wm/stumpwm/stumpwm-0.9.9.ebuild
17 +++ b/x11-wm/stumpwm/stumpwm-0.9.9.ebuild
18 @@ -1,12 +1,12 @@
19 -# Copyright 1999-2014 Gentoo Foundation
20 +# Copyright 1999-2016 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $Header: $
23 +# $Id$
24
25 EAPI=5
26
27 inherit common-lisp-3 glo-utils eutils elisp-common autotools
28
29 -DESCRIPTION="Stumpwm is a tiling, keyboard driven X11 Window Manager written entirely in Common Lisp."
30 +DESCRIPTION="Stumpwm is a Window Manager written entirely in Common Lisp."
31 HOMEPAGE="http://www.nongnu.org/stumpwm/"
32 SRC_URI="http://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
33
34
35 diff --git a/x11-wm/stumpwm/stumpwm-9999.ebuild b/x11-wm/stumpwm/stumpwm-9999.ebuild
36 index b7e3fa8..8f917e0 100644
37 --- a/x11-wm/stumpwm/stumpwm-9999.ebuild
38 +++ b/x11-wm/stumpwm/stumpwm-9999.ebuild
39 @@ -1,12 +1,12 @@
40 -# Copyright 1999-2014 Gentoo Foundation
41 +# Copyright 1999-2016 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 -# $Header: $
44 +# $Id$
45
46 EAPI=5
47
48 inherit autotools common-lisp-3 git-2
49
50 -DESCRIPTION="Stumpwm is a tiling, keyboard driven X11 Window Manager written entirely in Common Lisp."
51 +DESCRIPTION="Stumpwm is a Window Manager written entirely in Common Lisp."
52 HOMEPAGE="http://www.nongnu.org/stumpwm/index.html"
53 EGIT_REPO_URI="git://github.com/stumpwm/stumpwm"