summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2012-01-29 21:59:42 +0100
committerMartin Väth <martin@mvath.de>2015-10-11 10:47:13 +0200
commitcf6f274ef02cb2f979ee8ad93fb8b6a07a8d94a4 (patch)
treea300429afa6360291a38971fa7ac1d6a5243b5ec /app-arch
parentAdd archwrap, bump kernel, form-history-control. Cleanup old (diff)
downloadmv-cf6f274ef02cb2f979ee8ad93fb8b6a07a8d94a4.tar.gz
mv-cf6f274ef02cb2f979ee8ad93fb8b6a07a8d94a4.tar.bz2
mv-cf6f274ef02cb2f979ee8ad93fb8b6a07a8d94a4.zip
Add bzwc. Fix description and useflag metadata of archwrap
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/archwrap/archwrap-1.1.ebuild2
-rw-r--r--app-arch/archwrap/metadata.xml3
-rw-r--r--app-arch/bzwc/ChangeLog8
-rw-r--r--app-arch/bzwc/Manifest1
-rw-r--r--app-arch/bzwc/bzwc-2.7.ebuild37
-rw-r--r--app-arch/bzwc/metadata.xml9
6 files changed, 56 insertions, 4 deletions
diff --git a/app-arch/archwrap/archwrap-1.1.ebuild b/app-arch/archwrap/archwrap-1.1.ebuild
index 5f9565b8..ff60ae26 100644
--- a/app-arch/archwrap/archwrap-1.1.ebuild
+++ b/app-arch/archwrap/archwrap-1.1.ebuild
@@ -5,7 +5,7 @@
EAPI="4"
RESTRICT="mirror"
-DESCRIPTION="A POSIX shell script to invoke archiver programs"
+DESCRIPTION="A collection of POSIX shell scripts to invoke archiver programs"
HOMEPAGE="https://github.com/vaeth/${PN}"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
diff --git a/app-arch/archwrap/metadata.xml b/app-arch/archwrap/metadata.xml
index 76c2334e..0c91bdcd 100644
--- a/app-arch/archwrap/metadata.xml
+++ b/app-arch/archwrap/metadata.xml
@@ -6,7 +6,4 @@
<email>martin@mvath.de</email>
<name>Martin Väth</name>
</maintainer>
-<use>
- <flag name="eix">Pull in eix for quicker execution</flag>
-</use>
</pkgmetadata>
diff --git a/app-arch/bzwc/ChangeLog b/app-arch/bzwc/ChangeLog
new file mode 100644
index 00000000..64f2c608
--- /dev/null
+++ b/app-arch/bzwc/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-arch/bzwc
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header $
+
+bzwc-2.7 (29 Jan 2012)
+
+ 29 Jan 2011; Martin Väth <martin@mvath.de>
+ New ebuild from scratch.
diff --git a/app-arch/bzwc/Manifest b/app-arch/bzwc/Manifest
new file mode 100644
index 00000000..8b0bca8c
--- /dev/null
+++ b/app-arch/bzwc/Manifest
@@ -0,0 +1 @@
+DIST bzwc-2.7.tar.gz 2020 RMD160 96000d9b044584bc039dd3d995a1f78641e2760b SHA1 4d7c0000b5192333035075fd5917da258c69d1b3 SHA256 14ba2626c548af3aac92f97f146e02dc1a06c69499f68c65beba3a650acfce46
diff --git a/app-arch/bzwc/bzwc-2.7.ebuild b/app-arch/bzwc/bzwc-2.7.ebuild
new file mode 100644
index 00000000..1ffc66ee
--- /dev/null
+++ b/app-arch/bzwc/bzwc-2.7.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header $
+
+EAPI="4"
+RESTRICT="mirror"
+
+DESCRIPTION="A POSIX shell wrapper for wc, supporting compressed files (xz, lzma, bz2, gz)"
+HOMEPAGE="https://github.com/vaeth/${PN}"
+SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="zsh-completion"
+
+src_unpack() {
+ default
+ cd *"${PN}"-*
+ S="${PWD}"
+}
+
+src_install() {
+ local i
+ insinto /usr/bin
+ for i in bin/*
+ do if test -h "${i}" || ! test -x "${i}"
+ then doins "${i}"
+ else dobin "${i}"
+ fi
+ done
+ if use zsh-completion
+ then insinto /usr/share/zsh/site-functions
+ doins zsh/*
+ fi
+ dodoc README
+}
diff --git a/app-arch/bzwc/metadata.xml b/app-arch/bzwc/metadata.xml
new file mode 100644
index 00000000..0c91bdcd
--- /dev/null
+++ b/app-arch/bzwc/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>martin@mvath.de</email>
+ <name>Martin Väth</name>
+</maintainer>
+</pkgmetadata>