From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-966275-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35E1C1396D0 for <garchives@archives.gentoo.org>; Thu, 10 Aug 2017 15:23:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 712D51FC051; Thu, 10 Aug 2017 15:23:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43B3E1FC051 for <gentoo-commits@lists.gentoo.org>; Thu, 10 Aug 2017 15:23:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B9D834199B for <gentoo-commits@lists.gentoo.org>; Thu, 10 Aug 2017 15:23:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BF0D746F for <gentoo-commits@lists.gentoo.org>; Thu, 10 Aug 2017 15:23:32 +0000 (UTC) From: "Agostino Sarubbo" <ago@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" <ago@gentoo.org> Message-ID: <1502378602.0485bf86ca11041bae1794c1b40e9fca371795e3.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphicsmagick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/graphicsmagick/graphicsmagick-1.3.26.ebuild media-gfx/graphicsmagick/graphicsmagick-9999.ebuild X-VCS-Directories: media-gfx/graphicsmagick/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 0485bf86ca11041bae1794c1b40e9fca371795e3 X-VCS-Branch: master Date: Thu, 10 Aug 2017 15:23:32 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e0679359-ba4c-4e96-a388-71e6678c1a5c X-Archives-Hash: c9991aede7512ce294b4369c16a5167a commit: 0485bf86ca11041bae1794c1b40e9fca371795e3 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org> AuthorDate: Thu Aug 10 15:23:22 2017 +0000 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org> CommitDate: Thu Aug 10 15:23:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0485bf86 media-gfx/graphicsmagick: add 9999 ebuild Package-Manager: Portage-2.3.6, Repoman-2.3.1 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org> media-gfx/graphicsmagick/graphicsmagick-1.3.26.ebuild | 12 +++++++++--- ...aphicsmagick-1.3.26.ebuild => graphicsmagick-9999.ebuild} | 12 +++++++++--- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.26.ebuild b/media-gfx/graphicsmagick/graphicsmagick-1.3.26.ebuild index 830e20b7ce5..aecb472c710 100644 --- a/media-gfx/graphicsmagick/graphicsmagick-1.3.26.ebuild +++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.26.ebuild @@ -8,11 +8,17 @@ MY_P=${P/graphicsm/GraphicsM} DESCRIPTION="Collection of tools and libraries for many image formats" HOMEPAGE="http://www.graphicsmagick.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" - LICENSE="MIT" SLOT="0/${PV%.*}" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" + +if [[ ${PV} == "9999" ]] ; then + inherit mercurial + EHG_REPO_URI="http://hg.code.sf.net/p/${PN}/code" +else + SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" + KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +fi + IUSE="bzip2 cxx debug fpx imagemagick jbig jpeg jpeg2k lcms lzma modules openmp perl png postscript q16 q32 static-libs svg test threads tiff truetype webp wmf X zlib" diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.26.ebuild b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild similarity index 91% copy from media-gfx/graphicsmagick/graphicsmagick-1.3.26.ebuild copy to media-gfx/graphicsmagick/graphicsmagick-9999.ebuild index 830e20b7ce5..aecb472c710 100644 --- a/media-gfx/graphicsmagick/graphicsmagick-1.3.26.ebuild +++ b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild @@ -8,11 +8,17 @@ MY_P=${P/graphicsm/GraphicsM} DESCRIPTION="Collection of tools and libraries for many image formats" HOMEPAGE="http://www.graphicsmagick.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" - LICENSE="MIT" SLOT="0/${PV%.*}" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" + +if [[ ${PV} == "9999" ]] ; then + inherit mercurial + EHG_REPO_URI="http://hg.code.sf.net/p/${PN}/code" +else + SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" + KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +fi + IUSE="bzip2 cxx debug fpx imagemagick jbig jpeg jpeg2k lcms lzma modules openmp perl png postscript q16 q32 static-libs svg test threads tiff truetype webp wmf X zlib"