summaryrefslogtreecommitdiff
path: root/dev-util/xmlindent
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/xmlindent')
-rw-r--r--dev-util/xmlindent/Manifest3
-rw-r--r--dev-util/xmlindent/xmlindent-0.2.17-r2.ebuild33
-rw-r--r--dev-util/xmlindent/xmlindent-0.2.17-r3.ebuild2
3 files changed, 2 insertions, 36 deletions
diff --git a/dev-util/xmlindent/Manifest b/dev-util/xmlindent/Manifest
index 02b5b8a45de5..12967ea9a22b 100644
--- a/dev-util/xmlindent/Manifest
+++ b/dev-util/xmlindent/Manifest
@@ -1,4 +1,3 @@
DIST xmlindent-0.2.17.tar.gz 18333 BLAKE2B 5d72679e95cfa9528a94222b31b320993b32588ea18c48b251ceb24147eed57a5308f6ed2ae68a9a2d620107c21b512f16ebc51caa834225b138700f66e2a3d5 SHA512 ab4b46dbd68f29e7adba6283485eb9d1c614ece640c18e1eabbe7f0e1e6f27f14d00d694e4e1981aaf66e0ddcf208c6cb2c80dda1cbeb0ceb1a40987a419f716
-EBUILD xmlindent-0.2.17-r2.ebuild 614 BLAKE2B d7c93c97002b6a79e961137e7f5679868900d0051487e05b03874c1aef7264665a0e7301f21b6dd94dd78a5cf189b48287558bcffc59f130c278179b51e14939 SHA512 c86ac3e236fd67c385c4140d91c10a5ec0fdf630683a937479c32caaa0145b962129b3aa524e21df3bda8c457dcbc1934e7a388e20bb272dc71e33a24e9a572f
-EBUILD xmlindent-0.2.17-r3.ebuild 619 BLAKE2B 3ea706fea228dc6caf807a64da5850e720365bf26b0bba7d30f5ae8d9c41e74225ad2b4e55b189a73930f37ad19c6449f0ade87b2808302a1222cd2382cfe8bf SHA512 c451bd27958c224514028ecccc5a67b9bb821c0930b14cf29de7720dbc78f31d280440d0d56f8a387d143d05c68b4fc046549c6367e4a406aec5e492605b52a8
+EBUILD xmlindent-0.2.17-r3.ebuild 617 BLAKE2B 26489d1882ccf9a613d3590310fa005aa5e73160312dd648ad6d891f205466030d3cdf30bc54481cc8df4a0a2ffcaeec84adb5b16633ea4e5455840506da75f0 SHA512 22bcf2b7826a5ba143227988de3cc85fce0f986a7be085a91fc9cbeb597ae40928eb87b03b114531d72ce79406c06f9a31d967907a4ff8dad941d910c5c9c49a
MISC metadata.xml 247 BLAKE2B 6e754215e6913c09a29c7fbccdab9b49a3b55907a168019bad17481984c9ca728cf384b8aefeeadc113919db0278a7cf4c3628469d0d92b33c8d3e01a07eb2b0 SHA512 3b98009dda97e82ac21c10b0526b71c20691004fab6eed0d2f1890628025f90ba8a795854cd05b5700591550c64363ba406607c4d80f026ff58f25af9eac21b8
diff --git a/dev-util/xmlindent/xmlindent-0.2.17-r2.ebuild b/dev-util/xmlindent/xmlindent-0.2.17-r2.ebuild
deleted file mode 100644
index 98aa27cb72a2..000000000000
--- a/dev-util/xmlindent/xmlindent-0.2.17-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="XML stream reformatter for ASCII text, but not UTF-8, written in ANSI C"
-HOMEPAGE="http://xmlindent.sourceforge.net/"
-SRC_URI="mirror://sourceforge/xmlindent/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="app-alternatives/lex"
-
-src_prepare() {
- default
- sed -i Makefile \
- -e 's|gcc|$(CC)|g' \
- -e 's|-g|$(CFLAGS) $(LDFLAGS) |g' \
- || die "sed failed"
-}
-
-src_compile() {
- tc-export CC
- emake
-}
-
-src_install() {
- dobin "${PN}"
- doman *.1
-}
diff --git a/dev-util/xmlindent/xmlindent-0.2.17-r3.ebuild b/dev-util/xmlindent/xmlindent-0.2.17-r3.ebuild
index d8030208821d..c55679a9c3d2 100644
--- a/dev-util/xmlindent/xmlindent-0.2.17-r3.ebuild
+++ b/dev-util/xmlindent/xmlindent-0.2.17-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/xmlindent/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
DEPEND="app-alternatives/lex"