Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Samuli Suominen (ssuominen)" <ssuominen@g.o>
|
|
Subject:
|
gentoo-x86 commit in x11-themes/faenza-icon-theme: ChangeLog faenza-icon-theme-1.2-r1.ebuild
|
|
Date:
|
Tue, 19 Jun 2012 18:55:45 +0000 (UTC)
|
|
ssuominen 12/06/19 18:55:45
Modified: ChangeLog faenza-icon-theme-1.2-r1.ebuild
Log:
amd64/x86 stable wrt #422433
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.17 x11-themes/faenza-icon-theme/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/faenza-icon-theme/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/faenza-icon-theme/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/faenza-icon-theme/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 16 May 2012 18:22:06 -0000 1.16
+++ ChangeLog 19 Jun 2012 18:55:44 -0000 1.17
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/faenza-icon-theme
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/ChangeLog,v 1.16 2012/05/16 18:22:06 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/ChangeLog,v 1.17 2012/06/19 18:55:44 ssuominen Exp $
+
+ 19 Jun 2012; Samuli Suominen <ssuominen@g.o>
+ faenza-icon-theme-1.2-r1.ebuild:
+ amd64/x86 stable wrt #422433
16 May 2012; Markos Chandras <hwoarang@g.o>
faenza-icon-theme-1.1.ebuild, faenza-icon-theme-1.2-r1.ebuild:
1.3 x11-themes/faenza-icon-theme/faenza-icon-theme-1.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/faenza-icon-theme/faenza-icon-theme-1.2-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/faenza-icon-theme/faenza-icon-theme-1.2-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/faenza-icon-theme/faenza-icon-theme-1.2-r1.ebuild?r1=1.2&r2=1.3
Index: faenza-icon-theme-1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/faenza-icon-theme-1.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- faenza-icon-theme-1.2-r1.ebuild 16 May 2012 18:22:06 -0000 1.2
+++ faenza-icon-theme-1.2-r1.ebuild 19 Jun 2012 18:55:44 -0000 1.3
@@ -1,20 +1,21 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/faenza-icon-theme-1.2-r1.ebuild,v 1.2 2012/05/16 18:22:06 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/faenza-icon-theme-1.2-r1.ebuild,v 1.3 2012/06/19 18:55:44 ssuominen Exp $
EAPI=4
inherit gnome2-utils
-MY_P="${PN}_${PV}"
+MY_P=${PN}_${PV}
DESCRIPTION="A scalable icon theme called Faenza"
HOMEPAGE="http://tiheum.deviantart.com/art/Faenza-Icons-173323228"
# Use Ubuntu repo which has a proper faenza-icon-theme tarball
#SRC_URI="http://faenza-icon-theme.googlecode.com/files/${PN}_${PV}.tar.gz"
-SRC_URI=""http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/${PN}/${MY_P}.tar.gz
+SRC_URI="http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="minimal"
RDEPEND="!minimal? ( x11-themes/gnome-icon-theme )
|
|