From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0BDC51382CD for ; Sat, 25 Jun 2016 16:53:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4E88E0B7F; Sat, 25 Jun 2016 16:53:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DECA2E0B68 for ; Sat, 25 Jun 2016 16:53:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE34F340C69 for ; Sat, 25 Jun 2016 16:53:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD2F42434 for ; Sat, 25 Jun 2016 16:53:15 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1466871986.5812e743818b7f6dde497f2c66cc397b6a8c1d76.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/cinnamon-menus/Manifest gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild X-VCS-Directories: gnome-extra/cinnamon-menus/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 5812e743818b7f6dde497f2c66cc397b6a8c1d76 X-VCS-Branch: master Date: Sat, 25 Jun 2016 16:53:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f11f4e74-6743-485b-bd89-65ee66a86afc X-Archives-Hash: 44eea996f75071bfedd875cf1c9a4fd2 commit: 5812e743818b7f6dde497f2c66cc397b6a8c1d76 Author: Pacho Ramos gentoo org> AuthorDate: Sat Jun 25 15:18:20 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jun 25 16:26:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5812e743 gnome-extra/cinnamon-menus: Version bump Package-Manager: portage-2.3.0_rc1 gnome-extra/cinnamon-menus/Manifest | 1 + .../cinnamon-menus/cinnamon-menus-3.0.2.ebuild | 39 ++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest index a42d126..2b77a6d 100644 --- a/gnome-extra/cinnamon-menus/Manifest +++ b/gnome-extra/cinnamon-menus/Manifest @@ -1 +1,2 @@ DIST cinnamon-menus-2.8.0.tar.gz 208853 SHA256 06a6e0a11644dfba8459b2b77fac61563184a3d734bd0e7c0f7a6654df1b3a1c SHA512 fe55e3f245a6848805c6b75e9e385e80958cc835560e5dfdd4e2286c9bc5f447696398ad67e341b917751e0a7a54d89e163fe0a04d38567c421ae1f2382cba09 WHIRLPOOL a90f4f3a9f52fec607c082d4c713d4c601a4646d57844f0c372140bb83f98017698f4fdd7bcf5d5e2c96f3e864c5717cfedea5fb4c02f5a10618aeede8fedfb6 +DIST cinnamon-menus-3.0.2.tar.gz 211077 SHA256 e17494e65edb6ca8b36e05ca21316db8ce6864d4f9bfa9312a661d5c39054ad7 SHA512 a309c10e21be1f5fe7e558017cc0573e7ae421ef860465411190bb071eb42caa8013f52ec71257322ec3dd37de998c78cd9014c4f4daca1edde413db6bed6b7f WHIRLPOOL 2bf6b26a40e45121c8adb40df0a3873aaf171beca14af8759adc725313b97fcce3ff150551bfe43d72e6caa835ebac9d1fe379852b280b967828486cd2951edf diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild new file mode 100644 index 0000000..4cc55fc --- /dev/null +++ b/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit autotools gnome2 + +DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification" +HOMEPAGE="http://cinnamon.linuxmint.com/" +SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+ LGPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug +introspection" + +RDEPEND=" + >=dev-libs/glib-2.29.15:2 + introspection? ( >=dev-libs/gobject-introspection-0.9.5:= ) +" +DEPEND="${RDEPEND} + dev-libs/gobject-introspection-common + >=dev-util/intltool-0.40 + gnome-base/gnome-common + sys-devel/gettext + virtual/pkgconfig +" + +src_prepare() { + eautoreconf + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure \ + $(usex debug --enable-debug=yes ' ') \ + $(use_enable introspection) \ + --disable-static +}