summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-03-08 15:06:40 +0000
committerMichał Górny <mgorny@gentoo.org>2015-03-08 15:06:40 +0000
commit1ad6493fd27d761be642f337767ae1bbc8a949d9 (patch)
tree45cc2bc6bfdef11d3c9e08b0aa6a7a0f36373049 /dev-util/xfce4-dev-tools
parentCleanup. (diff)
downloadgentoo-2-1ad6493fd27d761be642f337767ae1bbc8a949d9.tar.gz
gentoo-2-1ad6493fd27d761be642f337767ae1bbc8a949d9.tar.bz2
gentoo-2-1ad6493fd27d761be642f337767ae1bbc8a949d9.zip
Xfce 4.12 version bump, bug #541962. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/63 by me and damex.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-util/xfce4-dev-tools')
-rw-r--r--dev-util/xfce4-dev-tools/ChangeLog8
-rw-r--r--dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-util/xfce4-dev-tools/ChangeLog b/dev-util/xfce4-dev-tools/ChangeLog
index 3e30353f0289..0c07f4bf3f6e 100644
--- a/dev-util/xfce4-dev-tools/ChangeLog
+++ b/dev-util/xfce4-dev-tools/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/xfce4-dev-tools
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/xfce4-dev-tools/ChangeLog,v 1.64 2015/03/03 07:43:18 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/xfce4-dev-tools/ChangeLog,v 1.65 2015/03/08 15:06:40 mgorny Exp $
+
+*xfce4-dev-tools-4.12.0 (08 Mar 2015)
+
+ 08 Mar 2015; Michał Górny <mgorny@gentoo.org> +xfce4-dev-tools-4.12.0.ebuild:
+ Xfce 4.12 version bump, bug #541962. https://github.com/gentoo/gentoo-portage-
+ rsync-mirror/pull/63 by me and damex.
02 Mar 2015; Yixun Lan <dlan@gentoo.org> xfce4-dev-tools-4.11.0.ebuild:
add arm64 support, tested on A53 board
diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0.ebuild b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0.ebuild
new file mode 100644
index 000000000000..ac2a0deb764e
--- /dev/null
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0.ebuild,v 1.1 2015/03/08 15:06:40 mgorny Exp $
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system maintenance"
+HOMEPAGE="http://www.xfce.org/ http://foo-projects.org/~benny/projects/xfce4-dev-tools/"
+SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.30"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+pkg_setup() {
+ DOCS=( AUTHORS ChangeLog HACKING NEWS README )
+}