Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/screenie: screenie-1.30.0.ebuild ChangeLog
Date: Fri, 10 Oct 2008 13:54:01
Message-Id: E1KoIRK-00065g-V4@stork.gentoo.org
1 hawking 08/10/10 13:53:58
2
3 Modified: screenie-1.30.0.ebuild ChangeLog
4 Log:
5 Shorten DESCRIPTION, bug 211377.
6 (Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
7
8 Revision Changes Path
9 1.7 app-misc/screenie/screenie-1.30.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/screenie/screenie-1.30.0.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/screenie/screenie-1.30.0.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/screenie/screenie-1.30.0.ebuild?r1=1.6&r2=1.7
14
15 Index: screenie-1.30.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/screenie/screenie-1.30.0.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- screenie-1.30.0.ebuild 18 Sep 2008 14:14:58 -0000 1.6
22 +++ screenie-1.30.0.ebuild 10 Oct 2008 13:53:58 -0000 1.7
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-misc/screenie/screenie-1.30.0.ebuild,v 1.6 2008/09/18 14:14:58 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-misc/screenie/screenie-1.30.0.ebuild,v 1.7 2008/10/10 13:53:58 hawking Exp $
28
29 -DESCRIPTION="Screenie is a small and lightweight GNU screen(1) frontend that is designed to be a session handler that simplifies the process of administrating detached jobs by providing an interactive menu."
30 +DESCRIPTION="screen(1) frontend that is designed to be a session handler"
31 HOMEPAGE="http://pubwww.hsz-t.ch/~mgloor/screenie.html"
32 SRC_URI="http://pubwww.hsz-t.ch/~mgloor/data/${P}.tar.bz2"
33
34
35
36
37 1.15 app-misc/screenie/ChangeLog
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/screenie/ChangeLog?rev=1.15&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/screenie/ChangeLog?rev=1.15&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/screenie/ChangeLog?r1=1.14&r2=1.15
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-misc/screenie/ChangeLog,v
46 retrieving revision 1.14
47 retrieving revision 1.15
48 diff -u -r1.14 -r1.15
49 --- ChangeLog 18 Sep 2008 14:14:58 -0000 1.14
50 +++ ChangeLog 10 Oct 2008 13:53:58 -0000 1.15
51 @@ -1,6 +1,9 @@
52 # ChangeLog for app-misc/screenie
53 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-misc/screenie/ChangeLog,v 1.14 2008/09/18 14:14:58 jer Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-misc/screenie/ChangeLog,v 1.15 2008/10/10 13:53:58 hawking Exp $
56 +
57 + 10 Oct 2008; Ali Polatel <hawking@g.o> screenie-1.30.0.ebuild:
58 + Shorten DESCRIPTION, bug 211377.
59
60 18 Sep 2008; Jeroen Roovers <jer@g.o> screenie-1.30.0.ebuild:
61 Fix HOMEPAGE and SRC_URI (bug #211377).