summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2012-04-15 21:00:18 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:47:36 +0200
commitbd582bfb4b4f1b38ed7effb0e65353f9bae30f9c (patch)
tree27fca8ca6840a4fc125774621d98490fead6f32f /app-arch
parentAdd requestpolicy ebuild (diff)
downloadmv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.tar.gz
mv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.tar.bz2
mv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.zip
Add base. Fix stardict compilation
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/archwrap/ChangeLog3
-rw-r--r--app-arch/archwrap/archwrap-1.6.ebuild2
-rw-r--r--app-arch/bzwc/ChangeLog3
-rw-r--r--app-arch/bzwc/bzwc-2.9.ebuild2
4 files changed, 8 insertions, 2 deletions
diff --git a/app-arch/archwrap/ChangeLog b/app-arch/archwrap/ChangeLog
index b45d7ed3..eef797eb 100644
--- a/app-arch/archwrap/ChangeLog
+++ b/app-arch/archwrap/ChangeLog
@@ -4,6 +4,9 @@
*archwrap-1.6 (13 Apr 2012)
+ 15 Apr 2012; Martin Väth <martin@mvath.de>
+ Inherit base
+
13 Apr 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
diff --git a/app-arch/archwrap/archwrap-1.6.ebuild b/app-arch/archwrap/archwrap-1.6.ebuild
index 4645653c..608c96f0 100644
--- a/app-arch/archwrap/archwrap-1.6.ebuild
+++ b/app-arch/archwrap/archwrap-1.6.ebuild
@@ -4,7 +4,7 @@
EAPI="4"
RESTRICT="mirror"
-inherit vcs-snapshot
+inherit base vcs-snapshot
DESCRIPTION="A collection of POSIX shell scripts to invoke archiver programs"
HOMEPAGE="https://github.com/vaeth/archwrap/"
diff --git a/app-arch/bzwc/ChangeLog b/app-arch/bzwc/ChangeLog
index e279eec6..a8b87d16 100644
--- a/app-arch/bzwc/ChangeLog
+++ b/app-arch/bzwc/ChangeLog
@@ -4,6 +4,9 @@
*bzwc-2.9 (08 Apr 2012)
+ 15 Apr 2012; Martin Väth <martin@mvath.de>
+ Inherit base
+
08 Apr 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
diff --git a/app-arch/bzwc/bzwc-2.9.ebuild b/app-arch/bzwc/bzwc-2.9.ebuild
index b1879956..262fb07b 100644
--- a/app-arch/bzwc/bzwc-2.9.ebuild
+++ b/app-arch/bzwc/bzwc-2.9.ebuild
@@ -4,7 +4,7 @@
EAPI="4"
RESTRICT="mirror"
-inherit vcs-snapshot
+inherit base vcs-snapshot
DESCRIPTION="A POSIX shell wrapper for wc, supporting compressed files (xz, lzma, bz2, gz)"
HOMEPAGE="https://github.com/vaeth/bzwc/"