summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-08-11 19:41:12 +0200
committerMichał Górny <mgorny@gentoo.org>2019-08-11 19:45:08 +0200
commitbc81e77687e3662eb179c734bbd69b08e5fd5e1a (patch)
treeabdd0803d828069daba22433875ce763681ab936 /dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild
parentdev-cpp/glog: drop old (diff)
downloadgentoo-bc81e77687e3662eb179c734bbd69b08e5fd5e1a.tar.gz
gentoo-bc81e77687e3662eb179c734bbd69b08e5fd5e1a.tar.bz2
gentoo-bc81e77687e3662eb179c734bbd69b08e5fd5e1a.zip
dev-util/xfce4-dev-tools: Bump to 4.14.0 (no changes)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild')
-rw-r--r--dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild
new file mode 100644
index 000000000000..2d5f6650e28b
--- /dev/null
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system maintenance"
+HOMEPAGE="https://www.xfce.org/ http://users.xfce.org/~benny/projects/xfce4-dev-tools/"
+SRC_URI="https://archive.xfce.org/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 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.42"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"