Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/icon-naming-utils: ChangeLog icon-naming-utils-0.8.6.ebuild
Date: Thu, 20 Sep 2007 20:46:38
Message-Id: E1IYSdC-0000kK-1h@stork.gentoo.org
1 drac 07/09/20 20:28:14
2
3 Modified: ChangeLog
4 Added: icon-naming-utils-0.8.6.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.54 x11-misc/icon-naming-utils/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icon-naming-utils/ChangeLog?rev=1.54&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icon-naming-utils/ChangeLog?rev=1.54&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icon-naming-utils/ChangeLog?r1=1.53&r2=1.54
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/icon-naming-utils/ChangeLog,v
19 retrieving revision 1.53
20 retrieving revision 1.54
21 diff -u -r1.53 -r1.54
22 --- ChangeLog 18 Sep 2007 03:58:42 -0000 1.53
23 +++ ChangeLog 20 Sep 2007 20:28:13 -0000 1.54
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-misc/icon-naming-utils
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icon-naming-utils/ChangeLog,v 1.53 2007/09/18 03:58:42 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icon-naming-utils/ChangeLog,v 1.54 2007/09/20 20:28:13 drac Exp $
29 +
30 +*icon-naming-utils-0.8.6 (20 Sep 2007)
31 +
32 + 20 Sep 2007; Samuli Suominen <drac@g.o>
33 + +icon-naming-utils-0.8.6.ebuild:
34 + Version bump.
35
36 18 Sep 2007; Jeroen Roovers <jer@g.o>
37 icon-naming-utils-0.8.2-r1.ebuild:
38
39
40
41 1.1 x11-misc/icon-naming-utils/icon-naming-utils-0.8.6.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icon-naming-utils/icon-naming-utils-0.8.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icon-naming-utils/icon-naming-utils-0.8.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: icon-naming-utils-0.8.6.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-misc/icon-naming-utils/icon-naming-utils-0.8.6.ebuild,v 1.1 2007/09/20 20:28:13 drac Exp $
51
52 DESCRIPTION="Utilities to help with the transition to the new freedesktop.org naming scheme, they will map the new names to the legacy names used by the GNOME and KDE desktops"
53 HOMEPAGE="http://tango-project.org/"
54 SRC_URI="http://tango-project.org/releases/${P}.tar.gz"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
59 IUSE=""
60
61 RDEPEND=">=dev-perl/XML-Simple-2
62 dev-lang/perl"
63 DEPEND="${RDEPEND}"
64
65 src_install() {
66 emake DESTDIR="${D}" install || die "emake install failed."
67 dodoc AUTHORS ChangeLog NEWS README
68 }
69
70
71
72 --
73 gentoo-commits@g.o mailing list