diff options
author | 2019-06-28 10:42:18 +0200 | |
---|---|---|
committer | 2019-06-28 10:42:18 +0200 | |
commit | 0b1a77461f6a87f27498b9bf2bb363fd7912a69b (patch) | |
tree | c44630aa19ccd35b7933025fef3239fd76b3b0e5 /dev-util/xfce4-dev-tools | |
parent | www-plugins/passff: Remove old, 1.8 (diff) | |
download | gentoo-0b1a77461f6a87f27498b9bf2bb363fd7912a69b.tar.gz gentoo-0b1a77461f6a87f27498b9bf2bb363fd7912a69b.tar.bz2 gentoo-0b1a77461f6a87f27498b9bf2bb363fd7912a69b.zip |
dev-util/xfce4-dev-tools: Bump to 4.13.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/xfce4-dev-tools')
-rw-r--r-- | dev-util/xfce4-dev-tools/Manifest | 1 | ||||
-rw-r--r-- | dev-util/xfce4-dev-tools/xfce4-dev-tools-4.13.0.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-util/xfce4-dev-tools/Manifest b/dev-util/xfce4-dev-tools/Manifest index ea7b1177d117..b0288db63c7c 100644 --- a/dev-util/xfce4-dev-tools/Manifest +++ b/dev-util/xfce4-dev-tools/Manifest @@ -1 +1,2 @@ DIST xfce4-dev-tools-4.12.0.tar.bz2 309586 BLAKE2B 8ebcc8f133772eb39acba0b2f189a67751b9a2b4d36e5897003d56f6b88d3e97e89e0383b98c4b5ae684786d5aed3409a4b491fdbaa6e37bf8fc7447a33b8605 SHA512 60f90daaaac3eea355779ee1bb6a0cf24fb9e0ba70971c9c26ea681755de41560cfbca59a28241c2fd818031dc46e95c550424577451ceb7a42b1de0b0ff4a31 +DIST xfce4-dev-tools-4.13.0.tar.bz2 292066 BLAKE2B 3200bb73f135d4c82ef785269d26a34f3874e69188831c94574766080a26d7837ab3a05b88457397044b66c58cc78d1b136d3ee303ae3b78e7894fc91aac3c7c SHA512 ee1289044cda9d908b15b7c88c5911f785efec1fed4c4ff20d66d535078a652f827489ec8ce58467f44b185ccba887fd9b4cd55ea62dfc181ddc87ce74ed5618 diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.13.0.ebuild b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.13.0.ebuild new file mode 100644 index 000000000000..2d5f6650e28b --- /dev/null +++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.13.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" |