From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SAQG9-00020k-Hr for garchives@archives.gentoo.org; Wed, 21 Mar 2012 18:27:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7C99E0943; Wed, 21 Mar 2012 18:27:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 76B49E092D for ; Wed, 21 Mar 2012 18:27:13 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A112E1B4008 for ; Wed, 21 Mar 2012 18:27:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5151EE5438 for ; Wed, 21 Mar 2012 18:27:08 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <1332353529.d0e41bafad8ba6a4801657994816b15f1d83c80e.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-icon-theme-symbolic/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.3.91.1.ebuild x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-9999.ebuild X-VCS-Directories: x11-themes/gnome-icon-theme-symbolic/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: d0e41bafad8ba6a4801657994816b15f1d83c80e X-VCS-Branch: master Date: Wed, 21 Mar 2012 18:27:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ada4d1c7-1ab7-4041-8367-485c9dc92d8a X-Archives-Hash: fbfbcecb038351ffbe4320fcd7a20266 commit: d0e41bafad8ba6a4801657994816b15f1d83c80e Author: Alexandre Rostovtsev gentoo org> AuthorDate: Wed Mar 21 18:12:09 2012 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Wed Mar 21 18:12:09 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dd0e41baf x11-themes/gnome-icon-theme-symbolic: add 3.3.91.1 --- .../gnome-icon-theme-symbolic-3.3.91.1.ebuild | 43 ++++++++++++++= ++++++ .../gnome-icon-theme-symbolic-9999.ebuild | 43 ++++++++++++++= ++++++ 2 files changed, 86 insertions(+), 0 deletions(-) diff --git a/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbol= ic-3.3.91.1.ebuild b/x11-themes/gnome-icon-theme-symbolic/gnome-icon-them= e-symbolic-3.3.91.1.ebuild new file mode 100644 index 0000000..edc8bfc --- /dev/null +++ b/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.3.= 91.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme-symbolic/= gnome-icon-theme-symbolic-3.2.2.ebuild,v 1.4 2012/03/16 06:41:45 jdhore E= xp $ + +EAPI=3D"4" +GCONF_DEBUG=3D"no" + +inherit gnome2 +if [[ ${PV} =3D 9999 ]]; then + inherit gnome2-live +fi + +DESCRIPTION=3D"Symbolic icons for GNOME default icon theme" +HOMEPAGE=3D"http://www.gnome.org/" + +LICENSE=3D"CCPL-Attribution-ShareAlike-3.0" +SLOT=3D"0" +if [[ ${PV} =3D 9999 ]]; then + KEYWORDS=3D"" +else + KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fb= sd ~x86-interix ~amd64-linux ~x86-linux" +fi +IUSE=3D"" + +COMMON_DEPEND=3D">=3Dx11-themes/hicolor-icon-theme-0.10" +RDEPEND=3D"${COMMON_DEPEND} + !=3Dgnome-extra/gnome-power-manager-3.0* + !=3Dgnome-extra/gnome-power-manager-3.1*" +# keyboard-brightness icon file collision with old gnome-power-manager +DEPEND=3D"${COMMON_DEPEND} + >=3Dx11-misc/icon-naming-utils-0.8.7 + >=3Ddev-util/pkgconfig-0.19" + +# This ebuild does not install any binaries +RESTRICT=3D"binchecks strip" + +# FIXME: double check potential LINGUAS problem +src_prepare() { + DOCS=3D"AUTHORS NEWS README" + G2CONF=3D"${G2CONF} + --enable-icon-mapping + GTK_UPDATE_ICON_CACHE=3D$(type -P true)" +} diff --git a/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbol= ic-9999.ebuild b/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-sy= mbolic-9999.ebuild new file mode 100644 index 0000000..edc8bfc --- /dev/null +++ b/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-9999= .ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme-symbolic/= gnome-icon-theme-symbolic-3.2.2.ebuild,v 1.4 2012/03/16 06:41:45 jdhore E= xp $ + +EAPI=3D"4" +GCONF_DEBUG=3D"no" + +inherit gnome2 +if [[ ${PV} =3D 9999 ]]; then + inherit gnome2-live +fi + +DESCRIPTION=3D"Symbolic icons for GNOME default icon theme" +HOMEPAGE=3D"http://www.gnome.org/" + +LICENSE=3D"CCPL-Attribution-ShareAlike-3.0" +SLOT=3D"0" +if [[ ${PV} =3D 9999 ]]; then + KEYWORDS=3D"" +else + KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fb= sd ~x86-interix ~amd64-linux ~x86-linux" +fi +IUSE=3D"" + +COMMON_DEPEND=3D">=3Dx11-themes/hicolor-icon-theme-0.10" +RDEPEND=3D"${COMMON_DEPEND} + !=3Dgnome-extra/gnome-power-manager-3.0* + !=3Dgnome-extra/gnome-power-manager-3.1*" +# keyboard-brightness icon file collision with old gnome-power-manager +DEPEND=3D"${COMMON_DEPEND} + >=3Dx11-misc/icon-naming-utils-0.8.7 + >=3Ddev-util/pkgconfig-0.19" + +# This ebuild does not install any binaries +RESTRICT=3D"binchecks strip" + +# FIXME: double check potential LINGUAS problem +src_prepare() { + DOCS=3D"AUTHORS NEWS README" + G2CONF=3D"${G2CONF} + --enable-icon-mapping + GTK_UPDATE_ICON_CACHE=3D$(type -P true)" +}