summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2018-04-21 07:30:00 +0200
committerMartin Väth <martin@mvath.de>2018-04-21 19:47:05 +0200
commit78a32c92d02b9801bebadc286db8d82e6edf2fcd (patch)
treefff450b6a01e9bb18861ea5af26b0803ec423b8e
parentwww-plugins/duckduckgo www-plugins/ublock-origin: Version bumps (diff)
downloadmv-78a32c92d02b9801bebadc286db8d82e6edf2fcd.tar.gz
mv-78a32c92d02b9801bebadc286db8d82e6edf2fcd.tar.bz2
mv-78a32c92d02b9801bebadc286db8d82e6edf2fcd.zip
app-shells/schily-tools: Version bump
-rw-r--r--app-cdr/cdrtools/cdrtools-3.02_alpha09-r1.ebuild (renamed from app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild)3
-rw-r--r--app-shells/schily-tools/Manifest2
-rw-r--r--app-shells/schily-tools/schily-tools-2018.04.17.ebuild (renamed from app-shells/schily-tools/schily-tools-2018.04.05.ebuild)12
-rw-r--r--metadata/pkg_desc_index4
4 files changed, 9 insertions, 12 deletions
diff --git a/app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild b/app-cdr/cdrtools/cdrtools-3.02_alpha09-r1.ebuild
index 41546cf0..468fa4df 100644
--- a/app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild
+++ b/app-cdr/cdrtools/cdrtools-3.02_alpha09-r1.ebuild
@@ -19,7 +19,7 @@ IUSE="acl caps nls schily-tools unicode"
RDEPEND="acl? ( virtual/acl )
caps? ( sys-libs/libcap )
nls? ( virtual/libintl )
- schily-tools? ( app-shells/schily-tools[-system-libschily(-)] )"
+ schily-tools? ( >=app-shells/schily-tools-2018.04.17[-system-libschily(-)] )"
DEPEND="${RDEPEND}
x11-misc/makedepend
nls? ( >=sys-devel/gettext-0.18.1.1 )"
@@ -258,7 +258,6 @@ src_install() {
rm -rvf "${ED}"/usr/share/man/man5 || die
if use schily-tools
then rm -rvf "${ED}"/usr/$(get_libdir)/libschily* || die
- rm -rvf "${ED}"/usr/$(get_libdir)/libfind* || die
rm -rvf "${ED}"/usr/$(get_libdir)/libmdigest* || die
fi
}
diff --git a/app-shells/schily-tools/Manifest b/app-shells/schily-tools/Manifest
index f7cc0503..3973e204 100644
--- a/app-shells/schily-tools/Manifest
+++ b/app-shells/schily-tools/Manifest
@@ -1,2 +1,2 @@
DIST schily-2017-09-25.tar.bz2 4182173 SHA512 79b532f2ed0332f69edbd2dbe83e4acfdff5b4cfc0f8ade341ee0289375d824e3ad19816e3fc25ef3a108ffa8b9437000bd55f68c41bb187d45455c573fc316a
-DIST schily-2018-04-05.tar.bz2 4215892 SHA512 dc08201d99d0983c0774020276bfb62c8b9fbfb37d47cdbfd13f8f3e3a43aeb435194d67d802a8f6ce1480edb709142e6afad32a263e9ced93f6f7a43bb7f725
+DIST schily-2018-04-17.tar.bz2 4220307 SHA512 06f975ab996226fa3136ed875d2623e21c37e7eccec8ba0785d567bf0763750af8876b377607608edb0e9e3a7d02057178690878b5865d2b6cfcb2c7208d089e
diff --git a/app-shells/schily-tools/schily-tools-2018.04.05.ebuild b/app-shells/schily-tools/schily-tools-2018.04.17.ebuild
index f380d40e..6f2b35b9 100644
--- a/app-shells/schily-tools/schily-tools-2018.04.05.ebuild
+++ b/app-shells/schily-tools/schily-tools-2018.04.17.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/schilytools/${MY_P}.tar.bz2"
DESCRIPTION="Many tools from Joerg Schilling, including a POSIX compliant Bourne Shell"
HOMEPAGE="https://sourceforge.net/projects/schilytools/"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="acl caps doc static-libs system-libschily system-star xattr"
+IUSE="acl caps doc system-libschily system-star xattr"
REQUIRED_USE="!system-libschily"
#PATCHES=(-p0 "$DISTDIR"/${MY_P}.patch)
@@ -174,8 +174,8 @@ src_prepare() {
-- "${S}/sh/"Makefile || die
mkdir UNUSED_TARGETS || die
mv TARGETS/[0-9][0-9]* UNUSED_TARGETS || die
- targets inc
- use system-libschily || targets include libschily libfind libmdigest
+ targets inc libfind
+ use system-libschily || targets include libschily libmdigest
! use schilytools_bosh || targets sh libxtermcap libshedit libgetopt
! use schilytools_calc || targets calc
! use schilytools_calltree || targets calltree
@@ -345,10 +345,8 @@ src_install() {
AN-????-??-?? ANNOUNCEMENTS
emake -j1 CPPOPTX="${CPPFLAGS}" COPTX="${CFLAGS}" C++OPTX="${CXXFLAGS}" \
LDOPTX="${LDFLAGS}" GMAKE_NOWARN="true" install
- if ! use static-libs
- then find "${ED}" -name '*.a' -delete || die
- ! test -d "${ED}"/usr/include || rm -rfv -- "${ED}"/usr/include || die
- fi
+ find "${ED}" '(' -name '*.a' '-o' -name '*.so' ')' -delete || die
+ ! test -d "${ED}"/usr/include || rm -rfv -- "${ED}"/usr/include || die
if use schilytools_sccs
then mv -v "${ED}"/usr/share/man/man1/{,sccs-}diff.1 || die
else ! test -d "${ED}"/usr/ccs || rm -rfv -- "${ED}"/usr/ccs || die
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index
index 97c364c1..9bba5c30 100644
--- a/metadata/pkg_desc_index
+++ b/metadata/pkg_desc_index
@@ -4,7 +4,7 @@ app-admin/sudox 9.0.1: wrapper for sudo which can pass X authority data and deal
app-arch/archwrap 11.1: A collection of POSIX shell scripts to invoke archiver programs
app-arch/bzwc 5.0: A POSIX shell wrapper for wc, supporting compressed files (xz, lzma, bz2, gz)
app-arch/paq8l 20070308: Open source file compressor and archiver
-app-cdr/cdrtools 3.02_alpha09: A set of tools for CD/DVD reading and recording, including cdrecord
+app-cdr/cdrtools 3.02_alpha09-r1: A set of tools for CD/DVD reading and recording, including cdrecord
app-dicts/ispell-de 20161207: German and Swiss dictionaries for ispell
app-dicts/ispell-de-alt 2-r1: German dictionary (traditional orthography) for ispell
app-dicts/stardict-dictd-BritannicaConcise 2.4.2: Stardict Dictionary for Dictd.org's The Britannica Concise Encyclopedia
@@ -38,7 +38,7 @@ app-shells/oh-my-zsh 99999999: A ready-to-use zsh configuration with plugins
app-shells/push 3.1: A POSIX shell function to treat a variable like an array, quoting args
app-shells/quoter 4.1: Quote arguments or standard input for usage in POSIX shell by eval
app-shells/runtitle 2.10: Scripts to run commands and set the hard status line (windows title)
-app-shells/schily-tools 2017.09.25 2018.04.05: Many tools from Joerg Schilling, including a POSIX compliant Bourne Shell
+app-shells/schily-tools 2017.09.25 2018.04.17: Many tools from Joerg Schilling, including a POSIX compliant Bourne Shell
app-shells/set_prompt 3.0.0: An intelligent prompt for zsh or bash with status line (window title) support
app-shells/termcolors-mv 4.7: 256colors sample script and dircolors configuration for standard or 256 colors
app-shells/zsh-syntax-highlighting 0.6.0 99999999: Fish shell like syntax highlighting for zsh