summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2017-09-24 16:30:12 +0200
committerMartin Väth <martin@mvath.de>2017-09-24 16:50:46 +0200
commit02b1929184b98553d0d540aede79d0e691bd475c (patch)
treeee44ebed7645662350f82d9b8cace89db62e9f79
parentapp-arch/bzwc: Version bump. Support (only) >=app-arch/brotli-1.0.0 (diff)
downloadmv-02b1929184b98553d0d540aede79d0e691bd475c.tar.gz
mv-02b1929184b98553d0d540aede79d0e691bd475c.tar.bz2
mv-02b1929184b98553d0d540aede79d0e691bd475c.zip
app-text/lesspipe: Alpha version bump. Support >=app-arch/brotli-1.0.0 CLI
-rw-r--r--app-arch/archwrap/Manifest2
-rw-r--r--app-text/lesspipe/Manifest2
-rw-r--r--app-text/lesspipe/lesspipe-1.84_alpha20170924.ebuild (renamed from app-text/lesspipe/lesspipe-1.84_alpha1.ebuild)4
-rw-r--r--app-text/lesspipe/lesspipe-99999999.ebuild4
-rw-r--r--metadata/pkg_desc_index2
5 files changed, 7 insertions, 7 deletions
diff --git a/app-arch/archwrap/Manifest b/app-arch/archwrap/Manifest
index 4c28223f..f75ac9a1 100644
--- a/app-arch/archwrap/Manifest
+++ b/app-arch/archwrap/Manifest
@@ -1 +1 @@
-DIST archwrap-8.0.tar.gz 16854 SHA256 1dc298cb10ca5423336d1f5e5f8773d5156b864ef5ea747a6c8c5641ad38ee0a SHA512 4bbf79c1a675b7db77c23700ac29cfba9066ec52c0b7c955ba0ba256beba2cc5f93d6355ebf6334fbc4040b1e83f411f0b49a8ae88d9fe48c5ac2a96fcef3751
+DIST archwrap-8.0.tar.gz 16848 SHA256 2a9a93c5f64736cbc51e30546a271567b98d78a0d7bf5bf98bcf3c028cba7617 SHA512 45b82755afb63e715c4b2cecc209f110ede863b6f5d47f0b3c9e6d0f0358e7cf8b01a35d13b7e529aeb99b52c7d713e314270545053e1b084501968318fb2d17
diff --git a/app-text/lesspipe/Manifest b/app-text/lesspipe/Manifest
index 3a7fcffb..ec8008ce 100644
--- a/app-text/lesspipe/Manifest
+++ b/app-text/lesspipe/Manifest
@@ -1,2 +1,2 @@
DIST lesspipe-1.83.tar.gz 115129 SHA256 d616f0d51852e60fb0d0801eec9c31b10e0acc6fdfdc62ec46ef7bfd60ce675e SHA512 c6418ac2bfc2dee9d32d56b0ea4a94954b1431db54fef8b67a9cf7d961cf4a23d87b2f41b2a4560d2333029c6d4ed5c6f399cb635f857bd43f1603993b5cb55d
-DIST lesspipe-1.84_alpha1.tar.gz 113448 SHA256 c99cf546537db6f4e0900a4435075652bbb8f5bbbe886808ef57ab2bf570defa SHA512 aaee0b4a9bdd1a20ee183f6bf156294334a8747f79391cb847ab52f257e0c9c2f417047965ce2cb5b54104eda42fe47d30ec670ca603cbb79d0d12cec016e36d
+DIST lesspipe-1.84_alpha20170924.tar.gz 113433 SHA256 e5888c95aeb367eaf18a50825195529950c2a3c153ff8c0a360447768a6657cb SHA512 26694c089555026be6418b10300456b39e64f516a0fd4fc27ffb3a797a3ce7ae755fc54a666a549109c031b3f209b41c4c6533609102c7ea6b737a901451b452
diff --git a/app-text/lesspipe/lesspipe-1.84_alpha1.ebuild b/app-text/lesspipe/lesspipe-1.84_alpha20170924.ebuild
index d6afa639..5b5b7438 100644
--- a/app-text/lesspipe/lesspipe-1.84_alpha1.ebuild
+++ b/app-text/lesspipe/lesspipe-1.84_alpha20170924.ebuild
@@ -22,7 +22,7 @@ case ${PV} in
KEYWORDS="";;
*alpha*)
RESTRICT="mirror"
- EGIT_COMMIT="3c6b20973bd88e627ada262877bffc2c05763cac"
+ EGIT_COMMIT="c6ade84e8015f2c43e478bc8fc069c39820ffb92"
SRC_URI="https://github.com/vaeth/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${EGIT_COMMIT}";;
esac
@@ -54,7 +54,7 @@ BOTH_DEPEND="sys-apps/file
app-arch/bzip2
dev-lang/perl
brotli? ( !alpha? ( !arm? ( !hppa? ( !ia64? ( !ppc? ( !ppc64?
- ( !sparc? ( app-arch/brotli ) ) ) ) ) ) ) )
+ ( !sparc? ( >=app-arch/brotli-1 ) ) ) ) ) ) ) )
lz4? ( app-arch/lz4 )
zstd? ( !alpha? ( !hppa? ( !ia64? ( !sparc? ( app-arch/zstd ) ) ) ) )
unzip? ( app-arch/unzip )
diff --git a/app-text/lesspipe/lesspipe-99999999.ebuild b/app-text/lesspipe/lesspipe-99999999.ebuild
index d6afa639..5b5b7438 100644
--- a/app-text/lesspipe/lesspipe-99999999.ebuild
+++ b/app-text/lesspipe/lesspipe-99999999.ebuild
@@ -22,7 +22,7 @@ case ${PV} in
KEYWORDS="";;
*alpha*)
RESTRICT="mirror"
- EGIT_COMMIT="3c6b20973bd88e627ada262877bffc2c05763cac"
+ EGIT_COMMIT="c6ade84e8015f2c43e478bc8fc069c39820ffb92"
SRC_URI="https://github.com/vaeth/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${EGIT_COMMIT}";;
esac
@@ -54,7 +54,7 @@ BOTH_DEPEND="sys-apps/file
app-arch/bzip2
dev-lang/perl
brotli? ( !alpha? ( !arm? ( !hppa? ( !ia64? ( !ppc? ( !ppc64?
- ( !sparc? ( app-arch/brotli ) ) ) ) ) ) ) )
+ ( !sparc? ( >=app-arch/brotli-1 ) ) ) ) ) ) ) )
lz4? ( app-arch/lz4 )
zstd? ( !alpha? ( !hppa? ( !ia64? ( !sparc? ( app-arch/zstd ) ) ) ) )
unzip? ( app-arch/unzip )
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index
index 10a44b87..1d2e3d12 100644
--- a/metadata/pkg_desc_index
+++ b/metadata/pkg_desc_index
@@ -47,7 +47,7 @@ app-shells/termcolors-mv 4.4: 256colors sample script and dircolors configuratio
app-shells/zsh-syntax-highlighting 0.6.0 99999999: Fish shell like syntax highlighting for zsh
app-shells/zshrc-mv 3.10: A zshrc file initializing zsh specific interactive features
app-text/ispell 3.3.02-r1 3.4.00: fast screen-oriented spelling checker
-app-text/lesspipe 1.83 1.84_alpha1 99999999: Wolfgang Friebel's preprocessor for sys-apps/less. Disable by appending colon
+app-text/lesspipe 1.83 1.84_alpha20170924 99999999: Wolfgang Friebel's preprocessor for sys-apps/less. Disable by appending colon
app-text/mbtpdfasm 1.0.28-r1: Tool to assemble/merge, extract information from, and update the metadata in PDF
app-text/psjoin 0.3: concatenate postscript files. From new PostScript Utilities
app-text/recode 3.6_p20-r1: Convert files between various character sets