diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-05-01 15:56:34 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-05-01 15:56:34 +0000 |
commit | f080ab5673cd3fdf600a85cf5a1ba90c0e935e39 (patch) | |
tree | 2ef73ec766171485e7a30b42f948a1cbe507f24c /x11-themes | |
parent | Use python_setup to obtain the Python interpreter, and do that in src_prepare... (diff) | |
download | gentoo-2-f080ab5673cd3fdf600a85cf5a1ba90c0e935e39.tar.gz gentoo-2-f080ab5673cd3fdf600a85cf5a1ba90c0e935e39.tar.bz2 gentoo-2-f080ab5673cd3fdf600a85cf5a1ba90c0e935e39.zip |
Version bump to 1.8.0.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/mate-backgrounds/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/mate-backgrounds/mate-backgrounds-1.8.0.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/x11-themes/mate-backgrounds/ChangeLog b/x11-themes/mate-backgrounds/ChangeLog index 4310a4ad1d1e..0697b7173b63 100644 --- a/x11-themes/mate-backgrounds/ChangeLog +++ b/x11-themes/mate-backgrounds/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/mate-backgrounds # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/mate-backgrounds/ChangeLog,v 1.1 2014/03/11 01:39:53 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mate-backgrounds/ChangeLog,v 1.2 2014/05/01 15:56:34 tomwij Exp $ + +*mate-backgrounds-1.8.0 (01 May 2014) + + 01 May 2014; Tom Wijsman <TomWij@gentoo.org> +mate-backgrounds-1.8.0.ebuild: + Version bump to 1.8.0. *mate-backgrounds-1.6.1 (11 Mar 2014) diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.8.0.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.8.0.ebuild new file mode 100644 index 000000000000..d0d4d5f79ea9 --- /dev/null +++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.8.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mate-backgrounds/mate-backgrounds-1.8.0.ebuild,v 1.1 2014/05/01 15:56:34 tomwij Exp $ + +EAPI="5" + +GCONF_DEBUG="no" + +inherit gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="A set of backgrounds packaged with the MATE desktop" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=">=dev-util/intltool-0.35:* + sys-devel/gettext:*" + +DOCS="AUTHORS ChangeLog NEWS README" |