summaryrefslogtreecommitdiff
path: root/media-gfx/metapixel
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-04-10 05:41:32 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-04-10 05:41:32 +0000
commitb59bed361bb1fb1042c4a80378608da8cdc5b7c5 (patch)
tree6d4c760ec09147be358fb40622c9f9a55e9b8917 /media-gfx/metapixel
parent555003c92c13464a6ad75dce867b01ce2b6b5bf1 (diff)
downloadbaldeagleos-repo-b59bed361bb1fb1042c4a80378608da8cdc5b7c5.tar.gz
baldeagleos-repo-b59bed361bb1fb1042c4a80378608da8cdc5b7c5.tar.xz
baldeagleos-repo-b59bed361bb1fb1042c4a80378608da8cdc5b7c5.zip
Adding metadata
Diffstat (limited to 'media-gfx/metapixel')
-rw-r--r--media-gfx/metapixel/metapixel-1.0.2-r1.ebuild44
-rw-r--r--media-gfx/metapixel/metapixel-1.0.2-r2.ebuild4
2 files changed, 2 insertions, 46 deletions
diff --git a/media-gfx/metapixel/metapixel-1.0.2-r1.ebuild b/media-gfx/metapixel/metapixel-1.0.2-r1.ebuild
deleted file mode 100644
index a1547b37dd61..000000000000
--- a/media-gfx/metapixel/metapixel-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit toolchain-funcs
-
-DESCRIPTION="a program for generating photomosaics"
-HOMEPAGE="https://www.complang.tuwien.ac.at/schani/metapixel"
-SRC_URI="https://www.complang.tuwien.ac.at/schani/${PN}/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
- dev-lang/perl
- >=media-libs/giflib-5:0=
- >=media-libs/libpng-1.4:0=
- virtual/jpeg:0
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-libpng15.patch
- "${FILESDIR}"/${P}-giflib5.patch
-)
-
-src_prepare() {
- default
-
- sed -i -e 's:/usr/X11R6:/usr:g' Makefile || die
- sed -i -e 's:ar:$(AR):' rwimg/Makefile || die
-}
-
-src_compile() {
- emake AR="$(tc-getAR)" CC="$(tc-getCC)" OPTIMIZE="${CFLAGS}" LDOPTS="${LDFLAGS}"
-}
-
-src_install() {
- dobin ${PN}{,-prepare,-imagesize,-sizesort}
- doman ${PN}.1
- dodoc NEWS README
-}
diff --git a/media-gfx/metapixel/metapixel-1.0.2-r2.ebuild b/media-gfx/metapixel/metapixel-1.0.2-r2.ebuild
index 97ea64edc098..049c3369617b 100644
--- a/media-gfx/metapixel/metapixel-1.0.2-r2.ebuild
+++ b/media-gfx/metapixel/metapixel-1.0.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,7 @@ SRC_URI="https://www.complang.tuwien.ac.at/schani/${PN}/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="
dev-lang/perl