diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-11-14 20:07:10 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-11-14 20:45:17 +0100 |
commit | 2e4ed9a44e4733020175cc3d09d863e9203cf91a (patch) | |
tree | fb98043943955a178d48d0bbef9f1515f98b35f4 /gnome-base/gnome-common | |
parent | games-puzzle/quadrapassel: Drop old (diff) | |
download | gentoo-2e4ed9a44e4733020175cc3d09d863e9203cf91a.tar.gz gentoo-2e4ed9a44e4733020175cc3d09d863e9203cf91a.tar.bz2 gentoo-2e4ed9a44e4733020175cc3d09d863e9203cf91a.zip |
gnome-base/gnome-common: Version bump
Package-Manager: portage-2.2.24
Diffstat (limited to 'gnome-base/gnome-common')
-rw-r--r-- | gnome-base/gnome-common/Manifest | 1 | ||||
-rw-r--r-- | gnome-base/gnome-common/gnome-common-3.18.0.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/gnome-base/gnome-common/Manifest b/gnome-base/gnome-common/Manifest index ef21b5dba1a1..ef67dd0759ed 100644 --- a/gnome-base/gnome-common/Manifest +++ b/gnome-base/gnome-common/Manifest @@ -1,2 +1,3 @@ DIST gnome-common-3.12.0.tar.xz 153060 SHA256 18712bc2df6b2dd88a11b9f7f874096d1c0c6e7ebc9cfc0686ef963bd590e1d8 SHA512 997e6cd4e3d92f02adc24f001479488ef18d46a432b0ebb740635eafa5bbe9fd5377553e944489bc9d70b83156a07bc20429ccc8a5b3b0acb60107bbc1cc3b2c WHIRLPOOL 7ab7bd709dff5d992677015d4e7f09963575b3ab8a2086d1962d7bf30be8a4bbf6a54569c64029d4ca465186b70a3274ab8d63cca2e8a54dbd3a08ca1189a144 DIST gnome-common-3.14.0.tar.xz 156320 SHA256 4c00242f781bb441289f49dd80ed1d895d84de0c94bfc2c6818a104c9e39262c SHA512 19f00278827fcd7f81a2ea7c198bd270b58f5308f2bb1857f59151c9743c3d968c3f8a7c9885a1b3d50e0e60719b835b0ec2dfc64cc76f00df7b1856822dd695 WHIRLPOOL fa9c553ed816dfa6b72a52d052c839eb626ef68ae306b8647e0ca8db84d44653c922b85ddb258d98af96755693ab0ef1d175654a201884cb2e19add56621855a +DIST gnome-common-3.18.0.tar.xz 155804 SHA256 22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf SHA512 b931c9a6668d996560549738bb2d95f86f56fa68ce930c077275bdc8fddbc2d28d215c1190099db1df851417902fca87ec81f1c0e644c5b9630a175e1cde0719 WHIRLPOOL d84fbee01c1b51c333395998d98eeb2d31d60dbac6a624bdc066b62d1f583bd36759e8e46528970f12b786ccf2724ad8204af5dadaf75656d9b9b0567269f07e diff --git a/gnome-base/gnome-common/gnome-common-3.18.0.ebuild b/gnome-base/gnome-common/gnome-common-3.18.0.ebuild new file mode 100644 index 000000000000..90221bc65fcb --- /dev/null +++ b/gnome-base/gnome-common/gnome-common-3.18.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Common files for development of Gnome packages" +HOMEPAGE="https://git.gnome.org/browse/gnome-common" + +LICENSE="GPL-3" +SLOT="3" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="+autoconf-archive" + +RDEPEND="autoconf-archive? ( >=sys-devel/autoconf-archive-2015.02.04 ) + !autoconf-archive? ( !>=sys-devel/autoconf-archive-2015.02.04 ) +" +DEPEND="" + +src_configure() { + gnome2_src_configure \ + $(use_with autoconf-archive) +} |