diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-15 17:32:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-17 15:06:26 +0100 |
commit | 50e2a01ff67241783d8c27d6b6594fa29b8c723e (patch) | |
tree | d3888090d2d4080437b620e5e15dcbf3c246a6df /dev-build/xfce4-dev-tools | |
parent | www-apache/mod_h2: drop 2.0.25 (diff) | |
download | gentoo-50e2a01ff67241783d8c27d6b6594fa29b8c723e.tar.gz gentoo-50e2a01ff67241783d8c27d6b6594fa29b8c723e.tar.bz2 gentoo-50e2a01ff67241783d8c27d6b6594fa29b8c723e.zip |
Move {dev-util → dev-build}/xfce4-dev-tools
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-build/xfce4-dev-tools')
-rw-r--r-- | dev-build/xfce4-dev-tools/Manifest | 2 | ||||
-rw-r--r-- | dev-build/xfce4-dev-tools/metadata.xml | 8 | ||||
-rw-r--r-- | dev-build/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild | 27 | ||||
-rw-r--r-- | dev-build/xfce4-dev-tools/xfce4-dev-tools-4.19.0.ebuild | 27 |
4 files changed, 64 insertions, 0 deletions
diff --git a/dev-build/xfce4-dev-tools/Manifest b/dev-build/xfce4-dev-tools/Manifest new file mode 100644 index 000000000000..bfc99b679cb1 --- /dev/null +++ b/dev-build/xfce4-dev-tools/Manifest @@ -0,0 +1,2 @@ +DIST xfce4-dev-tools-4.18.1.tar.bz2 363652 BLAKE2B f78c39de833353aecd57db6d199a2bdb1a478eff996732653f49199cf8b9c6d54c02c969f823ebc441415fb6376d588e79796bcaa48bb4349c3d54068d86622b SHA512 8fa65aa57450d3e65ef55bf86e8a113c06e64289a9f71875049b422da2a8bdfcdd36c3a3e94a3c0e7c602a3e9577eca14d63318489f81fd88d6743e188636304 +DIST xfce4-dev-tools-4.19.0.tar.bz2 368601 BLAKE2B 349e3dcf69c1fc1f0af052546d78b86ffc89ca81b66c27e8b7058f549adb0c6a16e6c462a6f5e00e66dc4b419dd2ea7fa43c210d83153e23254b8b5ae5a77fbf SHA512 7372efcb686fe6c1e42f17564d693cbe24792d00fbf131faff46040c8940ad355067d4a4cc5d5de5ec6b9707943c5db5de84eee4a4ff894ef8c33c3616a26044 diff --git a/dev-build/xfce4-dev-tools/metadata.xml b/dev-build/xfce4-dev-tools/metadata.xml new file mode 100644 index 000000000000..2b8ef06e9a39 --- /dev/null +++ b/dev-build/xfce4-dev-tools/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>xfce@gentoo.org</email> + <name>XFCE Team</name> + </maintainer> +</pkgmetadata> diff --git a/dev-build/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild b/dev-build/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild new file mode 100644 index 000000000000..ba794cbfcb11 --- /dev/null +++ b/dev-build/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system maintenance" +HOMEPAGE=" + https://docs.xfce.org/xfce/xfce4-dev-tools/start + https://gitlab.xfce.org/xfce/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 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" + +DEPEND=" + >=dev-libs/glib-2.66.0 +" +RDEPEND=" + ${DEPEND} +" +# libxslt for xsltproc +BDEPEND=" + dev-libs/libxslt + virtual/pkgconfig +" diff --git a/dev-build/xfce4-dev-tools/xfce4-dev-tools-4.19.0.ebuild b/dev-build/xfce4-dev-tools/xfce4-dev-tools-4.19.0.ebuild new file mode 100644 index 000000000000..2bdd5084a92f --- /dev/null +++ b/dev-build/xfce4-dev-tools/xfce4-dev-tools-4.19.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system maintenance" +HOMEPAGE=" + https://docs.xfce.org/xfce/xfce4-dev-tools/start + https://gitlab.xfce.org/xfce/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 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris" + +DEPEND=" + >=dev-libs/glib-2.66.0 +" +RDEPEND=" + ${DEPEND} +" +# libxslt for xsltproc +BDEPEND=" + dev-libs/libxslt + virtual/pkgconfig +" |