diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /dev-libs/pslib | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'dev-libs/pslib')
| -rw-r--r-- | dev-libs/pslib/Manifest | 1 | ||||
| -rw-r--r-- | dev-libs/pslib/files/pslib-0.4.5-fix-build-system.patch | 22 | ||||
| -rw-r--r-- | dev-libs/pslib/files/pslib-0.4.6-Fix-implicit-function-declarations.patch | 29 | ||||
| -rw-r--r-- | dev-libs/pslib/metadata.xml | 13 | ||||
| -rw-r--r-- | dev-libs/pslib/pslib-0.4.6.ebuild | 54 |
5 files changed, 0 insertions, 119 deletions
diff --git a/dev-libs/pslib/Manifest b/dev-libs/pslib/Manifest deleted file mode 100644 index b96b3c11587c..000000000000 --- a/dev-libs/pslib/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pslib-0.4.6.tar.gz 543950 BLAKE2B 18f85ce5c2d558b2abe8c3297a65201890813d57d3e14353333c1e1b221ee89e0d2c27e6f247be8c1066c9be1e3cf390205217f2ca2fe76fe76208d4be2e2ac6 SHA512 aa1fb217fa36b33e8e4b1a9cf5057803f9dd2d50c76f8d33c6494939a592fba0bddef53d4e5d2c14769508df6d409b3bd18cd6d716014cd99224be5e1d64282b diff --git a/dev-libs/pslib/files/pslib-0.4.5-fix-build-system.patch b/dev-libs/pslib/files/pslib-0.4.5-fix-build-system.patch deleted file mode 100644 index 242a819d0da9..000000000000 --- a/dev-libs/pslib/files/pslib-0.4.5-fix-build-system.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/configure.in -+++ b/configure.in -@@ -4,7 +4,7 @@ - AC_CONFIG_SRCDIR(src/pslib.c) - AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) - --AM_CONFIG_HEADER(config.h) -+AC_CONFIG_HEADERS([config.h]) - AM_MAINTAINER_MODE - - AC_PROG_INTLTOOL ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -36,7 +36,7 @@ - ps_fontenc.c \ - ps_strbuf.c - --libps_la_LIBADD = $(LIBHNJ_LIBS) $(PNG_LIBS) $(JPEG_LIBS) $(GIF_LIBS) $(TIFF_LIBS) -+libps_la_LIBADD = $(LIBHNJ_LIBS) $(PNG_LIBS) $(JPEG_LIBS) $(GIF_LIBS) $(TIFF_LIBS) -lm - - BUILD_LIBS = -lm - diff --git a/dev-libs/pslib/files/pslib-0.4.6-Fix-implicit-function-declarations.patch b/dev-libs/pslib/files/pslib-0.4.6-Fix-implicit-function-declarations.patch deleted file mode 100644 index 7548ced79b87..000000000000 --- a/dev-libs/pslib/files/pslib-0.4.6-Fix-implicit-function-declarations.patch +++ /dev/null @@ -1,29 +0,0 @@ -From ffd2e04b8e32d916cc513e73e92afa98348d3a73 Mon Sep 17 00:00:00 2001 -From: Sam James <sam@gentoo.org> -Date: Tue, 4 Oct 2022 06:37:32 +0100 -Subject: [PATCH] Fix implicit function declarations - -Bug: https://bugs.gentoo.org/871300 ---- a/src/bmp.c -+++ b/src/bmp.c -@@ -34,6 +34,9 @@ - #ifdef HAVE_CONFIG_H - #include "config.h" - #endif -+ -+#include <ps_error.h> -+ - #include <stdio.h> - #include <stdlib.h> - #include <string.h> ---- a/src/ps_error.h -+++ b/src/ps_error.h -@@ -1,5 +1,8 @@ - #ifndef __PS_ERROR_H__ - #define __PS_ERROR_H__ -+ -+#include "ps_intern.h" -+ - void _ps_errorhandler(PSDoc *p, int error, const char *str, void *data); - void ps_error(PSDoc *p, int type, const char *fmt, ...); - #endif diff --git a/dev-libs/pslib/metadata.xml b/dev-libs/pslib/metadata.xml deleted file mode 100644 index e2618420a581..000000000000 --- a/dev-libs/pslib/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>printing@gentoo.org</email> - <name>Gentoo Printing Project</name> - </maintainer> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/dev-libs/pslib/pslib-0.4.6.ebuild b/dev-libs/pslib/pslib-0.4.6.ebuild deleted file mode 100644 index e68e2ef3807c..000000000000 --- a/dev-libs/pslib/pslib-0.4.6.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="pslib is a C-library to create PostScript files on the fly" -HOMEPAGE="https://pslib.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/pslib/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 ~sparc ~x86" -IUSE="debug jpeg png tiff" - -RDEPEND=" - png? ( media-libs/libpng:= ) - jpeg? ( media-libs/libjpeg-turbo:= ) - tiff? ( media-libs/tiff:= )" -#gif? requires libungif, not in portage -DEPEND="${RDEPEND}" -BDEPEND=" - dev-lang/perl - dev-libs/glib:2 - dev-util/intltool - dev-perl/XML-Parser - sys-devel/gettext" - -PATCHES=( - "${FILESDIR}"/${PN}-0.4.5-fix-build-system.patch - "${FILESDIR}"/${PN}-0.4.6-Fix-implicit-function-declarations.patch -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - --enable-bmp \ - $(use_with png) \ - $(use_with jpeg) \ - $(use_with tiff) \ - $(use_with debug) -} - -src_install() { - default - - # package installs .pc files - find "${ED}" -name '*.la' -delete || die -} |
