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 /app-misc/wcd | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'app-misc/wcd')
| -rw-r--r-- | app-misc/wcd/Manifest | 4 | ||||
| -rw-r--r-- | app-misc/wcd/files/wcd-6.0.3-doc-path.patch | 15 | ||||
| -rw-r--r-- | app-misc/wcd/files/wcd-6.0.4-gentoo.patch | 101 | ||||
| -rw-r--r-- | app-misc/wcd/metadata.xml | 13 | ||||
| -rw-r--r-- | app-misc/wcd/wcd-6.0.4.ebuild | 49 | ||||
| -rw-r--r-- | app-misc/wcd/wcd-6.0.5.ebuild | 49 | ||||
| -rw-r--r-- | app-misc/wcd/wcd-6.0.6.ebuild | 55 |
7 files changed, 0 insertions, 286 deletions
diff --git a/app-misc/wcd/Manifest b/app-misc/wcd/Manifest deleted file mode 100644 index a1c5128573e3..000000000000 --- a/app-misc/wcd/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST wcd-6.0.4.tar.gz 935815 BLAKE2B 00ec281890fe363258e0c847460ad9067f1c14409e64dfde239340ecf4f711af2047a8a1da226d4d17797e2b7452a4cd5aa65a0fcedcc2c172378d35a18a4a20 SHA512 afec27c0ca4cf7c7d24399f1f23c69ee765d57b449179696be5da82bcd6b146156254d9d1264e9c1f4905d5c117c7ac935a372aea25fa539b76c9bc866640daa -DIST wcd-6.0.5.tar.gz 1130436 BLAKE2B 65ba203f42ada8657ca11ec15a3a76d31523b0dc388415fbbc58e710e2ffec5b96f85d962ddcdb07b7749395223c64e367402106aa7d5a8910f63d09ffac004c SHA512 ac3fc0690e2011ab3a6863f075859a53887a7826b456f35b13421f8c3ed23e0a4665d9641163a2142ffae18b26379b2dbefab75a124c556bd0103522aaeb3d13 -DIST wcd-6.0.6.tar.gz 1182775 BLAKE2B e309bb3c195e7a3b854987e044481347783f207e8aa5a11ce2219ba6ce3cfd6d4871042ee50d6711bee66cc567ca932095b8a16830cd0aa1efa90f4e978948b5 SHA512 1fe3b91e31336327a98c00196f66f6f1ff44c57430e716e099cb3cb0fa31cd1c93917535723116343161f5b4ff891fb8d2f9c23a29cdcb4d5d5e8cf880a3dc73 -DIST wcd-6.0.6.tar.gz.asc 488 BLAKE2B f8617ba5d1216cf5668de8b55aa0f5a78ec9709f023089899b8303f262941d5126d438de678d3c86e947dc28d3cb76d77a8d13e8e95c56b8923ab631dc07d8ac SHA512 d88ac399dbbd7040ef0e77fddf420924ac007f8182173c6cd6f323c0ff59b85bf4ac1a769ca96a5bcb0a910a42b5219a9cb823a308c1a744311100dd83b47d28 diff --git a/app-misc/wcd/files/wcd-6.0.3-doc-path.patch b/app-misc/wcd/files/wcd-6.0.3-doc-path.patch deleted file mode 100644 index 7fc8bf310ecc..000000000000 --- a/app-misc/wcd/files/wcd-6.0.3-doc-path.patch +++ /dev/null @@ -1,15 +0,0 @@ -Install docs into /usr/share/doc/wcd-${PVR}. - -Bug: https://bugs.gentoo.org/802696 - ---- a/src/Makefile -+++ b/src/Makefile -@@ -61,7 +61,7 @@ - datarootdir = $(prefix)/share - datadir = $(datarootdir) - --docsubdir = $(PACKAGE)-$(VERSION) -+docsubdir = $(PACKAGE)-$(PVR) - docdir = $(datarootdir)/doc/$(docsubdir) - localedir = $(datarootdir)/locale - sysconfdir = /etc diff --git a/app-misc/wcd/files/wcd-6.0.4-gentoo.patch b/app-misc/wcd/files/wcd-6.0.4-gentoo.patch deleted file mode 100644 index 4a465e16b9c8..000000000000 --- a/app-misc/wcd/files/wcd-6.0.4-gentoo.patch +++ /dev/null @@ -1,101 +0,0 @@ -Patches build system. - -* Gentoo does not want pre-stripped files. -* We do not want .exe files as the output -* Gentoo packages curses, ncurses and ncursesw separately. - Therefore we need to get curses from pkg-config and include the correct path. - - -Bug: https://bugs.gentoo.org/878585 - -Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> - ---- a/src/Makefile -+++ b/src/Makefile -@@ -45,12 +45,12 @@ - - CC ?= gcc - STATIC = --STRIP = strip -+STRIP = - - ENABLE_NLS = 1 - - PACKAGE = wcd --EXT = .exe -+EXT = - PROGRAM = $(PACKAGE)$(EXT) - BIN = $(PROGRAM) - -@@ -328,9 +328,9 @@ - # possible values: ncurses, curses, pdcurses, pdcursesw or <empty> - - ifdef UCS -- CURSES = ncursesw -+ CURSES = $(shell ${PKG_CONFIG} --libs ncursesw) - else -- CURSES = ncurses -+ CURSES = $(shell ${PKG_CONFIG} --libs ncurses) - endif - - -@@ -360,7 +360,7 @@ - - ifneq (,$(CURSES)) - DEFS_CURSES = -DWCD_USECURSES -- LIB_CURSES = -l$(CURSES) -+ LIB_CURSES = $(CURSES) - ifeq (os/2,$(OS)) - LIB_CURSES += -ltinfo - endif -@@ -458,15 +458,15 @@ - - LDFLAGS_USER = - LDFLAGS ?= --LDFLAGS += $(RPM_LD_FLAGS) \ -+LIBS = $(RPM_LD_FLAGS) \ - $(LDFLAGS_EXTRA) \ - $(NLFLAG) \ - $(LDFLAG_STATIC) \ - $(LDFLAGS_USER) - --LIBS = $(LIB_CURSES) \ -- $(LIB_UNISTRING) \ -- $(LIBS_EXTRA) -+LIBS += $(LIB_CURSES) \ -+ $(LIB_UNISTRING) \ -+ $(LIBS_EXTRA) - - DEFS_USER = - DEFS = $(DEF_UNIX) $(DEFS_CURSES) $(EXTRA_DEFS) $(DEFS_USER) -@@ -523,7 +523,7 @@ - - $(BIN): $(OBJS1) - $(MAKE) status -- $(CC) $(OBJS1) $(LDFLAGS) $(LIBS) -o $@ -+ $(CC) $(LDFLAGS) $(OBJS1) -o $@ $(LIBS) - - %.o: %.c - $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(DEFS) -c $< -o $@ ---- a/src/Makefile -+++ b/src/Makefile -@@ -359,7 +359,7 @@ endif - endif - - ifneq (,$(CURSES)) -- DEFS_CURSES = -DWCD_USECURSES -+ DEFS_CURSES = -DWCD_USECURSES $(shell ${PKG_CONFIG} --cflags-only-other ncursesw) - LIB_CURSES = $(CURSES) - ifeq (os/2,$(OS)) - LIB_CURSES += -ltinfo -@@ -384,9 +384,7 @@ endif - # Each ncurses variant has its own include directory - # ncurses (normal)/ncursesw (wide char)/ncursest (threads) - ifeq ($(findstring ncurses,$(CURSES)),ncurses) --ifneq ($(wildcard $(INCPREFIX)/include/$(CURSES)/curses.h),) -- INCFLAGS = -I$(INCPREFIX)/include/$(CURSES) -I$(INCPREFIX)/include --endif -+ INCFLAGS = $(shell ${PKG_CONFIG} --cflags-only-I ncursesw) - ifeq ($(NCURSES_DEBUG), 1) - LIB_CURSES = -l$(CURSES)_g - endif diff --git a/app-misc/wcd/metadata.xml b/app-misc/wcd/metadata.xml deleted file mode 100644 index c9c7e787b4b6..000000000000 --- a/app-misc/wcd/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>shell-tools@gentoo.org</email> - <name>Gentoo Shell Tools Project</name> - </maintainer> - <upstream> - <bugs-to>https://sourceforge.net/p/wcd/bugs/</bugs-to> - <changelog>https://waterlan.home.xs4all.nl/wcd/doc/whatsnew.txt</changelog> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-misc/wcd/wcd-6.0.4.ebuild b/app-misc/wcd/wcd-6.0.4.ebuild deleted file mode 100644 index 7b180d730025..000000000000 --- a/app-misc/wcd/wcd-6.0.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Wherever Change Directory" -HOMEPAGE="http://waterlan.home.xs4all.nl/#WCD_ANCHOR" -SRC_URI="http://waterlan.home.xs4all.nl/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="nls unicode" - -RDEPEND=" - sys-libs/ncurses:=[unicode(+)?] - unicode? ( dev-libs/libunistring:= )" -DEPEND="${RDEPEND}" -BDEPEND=" - app-text/ghostscript-gpl - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}"/${PN}-6.0.4-gentoo.patch - "${FILESDIR}"/${PN}-6.0.3-doc-path.patch -) - -src_prepare() { - default - tc-export CC PKG_CONFIG -} - -src_compile() { - cd src || die - local mycompile="LFS=1" - use nls || mycompile+=" ENABLE_NLS=" - use unicode && mycompile+=" UCS=1 UNINORM=1" - emake ${mycompile} -} - -src_install() { - cd src || die - local DOCS=( ../README.txt ) - default - emake DESTDIR="${ED}" DOTWCD=1 install-profile sysconfdir="/etc" -} diff --git a/app-misc/wcd/wcd-6.0.5.ebuild b/app-misc/wcd/wcd-6.0.5.ebuild deleted file mode 100644 index 4d5a3bf44dd4..000000000000 --- a/app-misc/wcd/wcd-6.0.5.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Wherever Change Directory" -HOMEPAGE="https://waterlan.home.xs4all.nl/wcd.html" -SRC_URI="https://waterlan.home.xs4all.nl/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="nls unicode" - -RDEPEND=" - sys-libs/ncurses:=[unicode(+)?] - unicode? ( dev-libs/libunistring:= )" -DEPEND="${RDEPEND}" -BDEPEND=" - app-text/ghostscript-gpl - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}"/${PN}-6.0.4-gentoo.patch - "${FILESDIR}"/${PN}-6.0.3-doc-path.patch -) - -src_prepare() { - default - tc-export CC PKG_CONFIG -} - -src_compile() { - cd src || die - local mycompile="LFS=1" - use nls || mycompile+=" ENABLE_NLS=" - use unicode || mycompile+=" UCS= UNINORM=" - emake ${mycompile} -} - -src_install() { - cd src || die - local DOCS=( ../README.txt ) - default - emake DESTDIR="${ED}" DOTWCD=1 install-profile sysconfdir="/etc" -} diff --git a/app-misc/wcd/wcd-6.0.6.ebuild b/app-misc/wcd/wcd-6.0.6.ebuild deleted file mode 100644 index feb04007790c..000000000000 --- a/app-misc/wcd/wcd-6.0.6.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/erwinwaterlander.asc -inherit toolchain-funcs verify-sig - -DESCRIPTION="Wherever Change Directory" -HOMEPAGE="https://waterlan.home.xs4all.nl/wcd.html" -SRC_URI=" - https://waterlan.home.xs4all.nl/${PN}/${P}.tar.gz - verify-sig? ( https://waterlan.home.xs4all.nl/${PN}/${P}.tar.gz.asc ) -" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="nls unicode" - -RDEPEND=" - sys-libs/ncurses:=[unicode(+)?] - unicode? ( dev-libs/libunistring:= ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - app-text/ghostscript-gpl - virtual/pkgconfig - verify-sig? ( sec-keys/openpgp-keys-erwinwaterlander ) -" - -PATCHES=( - "${FILESDIR}"/${PN}-6.0.4-gentoo.patch - "${FILESDIR}"/${PN}-6.0.3-doc-path.patch -) - -src_prepare() { - default - tc-export CC PKG_CONFIG -} - -src_compile() { - cd src || die - local mycompile="LFS=1" - use nls || mycompile+=" ENABLE_NLS=" - use unicode || mycompile+=" UCS= UNINORM=" - emake ${mycompile} -} - -src_install() { - cd src || die - local DOCS=( ../README.txt ) - default - emake DESTDIR="${ED}" DOTWCD=1 install-profile sysconfdir="/etc" -} |
