Gentoo Archives: gentoo-commits

From: "Joe Sapp (nixphoeni)" <nixphoeni@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/desklet-justanicon: desklet-justanicon-0.2.ebuild ChangeLog
Date: Wed, 29 Apr 2009 01:47:57
Message-Id: E1Lyytu-0004jJ-HY@stork.gentoo.org
1 nixphoeni 09/04/29 01:47:54
2
3 Modified: desklet-justanicon-0.2.ebuild ChangeLog
4 Log:
5 Fixed copyright header; set SRC_URI and HOMEPAGE to the unofficial archive
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild?r1=1.6&r2=1.7
14
15 Index: desklet-justanicon-0.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- desklet-justanicon-0.2.ebuild 28 Apr 2009 01:31:58 -0000 1.6
22 +++ desklet-justanicon-0.2.ebuild 29 Apr 2009 01:47:54 -0000 1.7
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild,v 1.6 2009/04/28 01:31:58 nixphoeni Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild,v 1.7 2009/04/29 01:47:54 nixphoeni Exp $
29
30 DESKLET_NAME="JustAnIcon"
31
32 @@ -9,8 +9,8 @@
33 S="${WORKDIR}/Displays/${DESKLET_NAME}"
34
35 DESCRIPTION="A configurable desktop icon"
36 -HOMEPAGE="http://www.gdesklets.org/?mod=project/uview&pid=19"
37 -SRC_URI="http://www.gdesklets.org/projects/19/releases/${MY_P}.tar.gz"
38 +HOMEPAGE="http://archive.gdesklets.info/"
39 +SRC_URI="http://archive.gdesklets.info/${MY_P}.tar.gz"
40 LICENSE="GPL-2"
41
42 SLOT="0"
43
44
45
46 1.9 x11-plugins/desklet-justanicon/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-justanicon/ChangeLog?rev=1.9&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-justanicon/ChangeLog?rev=1.9&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-justanicon/ChangeLog?r1=1.8&r2=1.9
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/desklet-justanicon/ChangeLog,v
55 retrieving revision 1.8
56 retrieving revision 1.9
57 diff -u -r1.8 -r1.9
58 --- ChangeLog 28 Apr 2009 01:31:58 -0000 1.8
59 +++ ChangeLog 29 Apr 2009 01:47:54 -0000 1.9
60 @@ -1,6 +1,9 @@
61 # ChangeLog for x11-plugins/desklet-justanicon
62 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-justanicon/ChangeLog,v 1.8 2009/04/28 01:31:58 nixphoeni Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-justanicon/ChangeLog,v 1.9 2009/04/29 01:47:54 nixphoeni Exp $
65 +
66 + 29 Apr 2009; Joe Sapp <nixphoeni@g.o> desklet-justanicon-0.2:
67 + Fixed copyright header; set SRC_URI and HOMEPAGE to the unofficial archive
68
69 28 Apr 2009; Joe Sapp <nixphoeni@g.o> desklet-justanicon-0.2:
70 MY_P no longer needs to be defined since it's done in the eclass - just