summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-admin/sudox/ChangeLog5
-rw-r--r--app-admin/sudox/sudox-3.5.ebuild9
-rw-r--r--app-arch/archwrap/ChangeLog9
-rw-r--r--app-arch/archwrap/archwrap-1.3.ebuild9
-rw-r--r--app-arch/bzwc/ChangeLog9
-rw-r--r--app-arch/bzwc/bzwc-2.8.ebuild9
-rw-r--r--app-emacs/mv_emacs/ChangeLog3
-rw-r--r--app-emacs/mv_emacs/mv_emacs-1.0.ebuild10
-rw-r--r--app-portage/getdelta/ChangeLog7
-rw-r--r--app-portage/getdelta/files/eapi2.patch6
-rw-r--r--app-portage/getdelta/getdelta-0.7.9.ebuild (renamed from app-portage/getdelta/getdelta-0.7.8-r5.ebuild)14
-rw-r--r--app-portage/logclean/ChangeLog3
-rw-r--r--app-portage/logclean/logclean-7.7.ebuild9
-rw-r--r--app-portage/portage-bashrc-mv/ChangeLog7
-rw-r--r--app-portage/portage-bashrc-mv/portage-bashrc-mv-10.3.ebuild27
-rw-r--r--app-portage/portage-bashrc-mv/portage-bashrc-mv-10.6.ebuild9
-rw-r--r--app-portage/trickyfetch/ChangeLog7
-rw-r--r--app-portage/trickyfetch/trickyfetch-6.3.ebuild9
-rw-r--r--app-portage/useflags/ChangeLog5
-rw-r--r--app-portage/useflags/useflags-2.6.ebuild9
-rw-r--r--app-portage/world-mv/ChangeLog5
-rw-r--r--app-portage/world-mv/world-mv-3.5.ebuild9
-rw-r--r--app-shells/set_prompt/ChangeLog11
-rw-r--r--app-shells/set_prompt/set_prompt-1.6.ebuild9
-rw-r--r--dev-util/diffhelp/ChangeLog9
-rw-r--r--dev-util/diffhelp/diffhelp-1.3.ebuild9
-rw-r--r--dev-util/mv_perl/ChangeLog3
-rw-r--r--dev-util/mv_perl/mv_perl-1.4.ebuild9
-rw-r--r--dev-util/pyrep/ChangeLog3
-rw-r--r--dev-util/pyrep/pyrep-1.1.ebuild9
-rw-r--r--media-video/video-mv/ChangeLog9
-rw-r--r--media-video/video-mv/video-mv-5.2.ebuild9
-rw-r--r--net-firewall/firewall-mv/ChangeLog5
-rw-r--r--net-firewall/firewall-mv/firewall-mv-6.2.ebuild9
-rw-r--r--net-misc/sshstart/ChangeLog7
-rw-r--r--net-misc/sshstart/sshstart-2.5.ebuild9
-rw-r--r--sys-apps/cpi/ChangeLog7
-rw-r--r--sys-apps/cpi/cpi-1.3.ebuild9
-rw-r--r--sys-apps/starter/ChangeLog7
-rw-r--r--sys-apps/starter/starter-2.3.ebuild9
-rw-r--r--sys-block/zram-init/ChangeLog3
-rw-r--r--sys-block/zram-init/zram-init-2.1.ebuild9
-rw-r--r--sys-fs/emount/ChangeLog3
-rw-r--r--sys-fs/emount/emount-2.1-r1.ebuild9
-rw-r--r--sys-fs/squash_dir/ChangeLog7
-rw-r--r--sys-fs/squash_dir/squash_dir-11.6.ebuild8
-rw-r--r--sys-kernel/kernel/ChangeLog3
-rw-r--r--sys-kernel/kernel/kernel-1.14.ebuild9
-rw-r--r--www-plugins/stylish/ChangeLog3
-rw-r--r--www-plugins/stylish/stylish-1.2.6.ebuild2
50 files changed, 161 insertions, 226 deletions
diff --git a/app-admin/sudox/ChangeLog b/app-admin/sudox/ChangeLog
index 8643354b..dc9961a1 100644
--- a/app-admin/sudox/ChangeLog
+++ b/app-admin/sudox/ChangeLog
@@ -4,7 +4,10 @@
*sudox-3.5 (28 Feb 2012)
- 28 Feb 2011; Martin Väth <martin@mvath.de>
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
+
+ 28 Feb 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*sudox-3.4 (26 Dec 2011)
diff --git a/app-admin/sudox/sudox-3.5.ebuild b/app-admin/sudox/sudox-3.5.ebuild
index 9872762a..9e4bfe1b 100644
--- a/app-admin/sudox/sudox-3.5.ebuild
+++ b/app-admin/sudox/sudox-3.5.ebuild
@@ -4,9 +4,10 @@
EAPI="4"
RESTRICT="mirror"
+inherit vcs-snapshot
DESCRIPTION="sudox is a wrapper for sudo which can pass X authority data and deal with screen and tmux"
-HOMEPAGE="https://github.com/vaeth/${PN}"
+HOMEPAGE="https://github.com/vaeth/sudox/"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="BSD"
@@ -16,12 +17,6 @@ IUSE="zsh-completion"
RDEPEND="app-admin/sudo"
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_install() {
dobin "${PN}"
if use zsh-completion
diff --git a/app-arch/archwrap/ChangeLog b/app-arch/archwrap/ChangeLog
index 4ea53e2f..3fdf8c0e 100644
--- a/app-arch/archwrap/ChangeLog
+++ b/app-arch/archwrap/ChangeLog
@@ -4,15 +4,18 @@
*archwrap-1.3 (28 Feb 2012)
- 28 Feb 2011; Martin Väth <martin@mvath.de>
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
+
+ 28 Feb 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*archwrap-1.2 (31 Jan 2012)
- 31 Jan 2011; Martin Väth <martin@mvath.de>
+ 31 Jan 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*archwrap-1.1 (29 Jan 2012)
- 29 Jan 2011; Martin Väth <martin@mvath.de>
+ 29 Jan 2012; Martin Väth <martin@mvath.de>
New ebuild from scratch.
diff --git a/app-arch/archwrap/archwrap-1.3.ebuild b/app-arch/archwrap/archwrap-1.3.ebuild
index ff60ae26..4645653c 100644
--- a/app-arch/archwrap/archwrap-1.3.ebuild
+++ b/app-arch/archwrap/archwrap-1.3.ebuild
@@ -4,9 +4,10 @@
EAPI="4"
RESTRICT="mirror"
+inherit vcs-snapshot
DESCRIPTION="A collection of POSIX shell scripts to invoke archiver programs"
-HOMEPAGE="https://github.com/vaeth/${PN}"
+HOMEPAGE="https://github.com/vaeth/archwrap/"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="BSD"
@@ -14,12 +15,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="zsh-completion"
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_install() {
local i
insinto /usr/bin
diff --git a/app-arch/bzwc/ChangeLog b/app-arch/bzwc/ChangeLog
index 55e88171..28e8e2d9 100644
--- a/app-arch/bzwc/ChangeLog
+++ b/app-arch/bzwc/ChangeLog
@@ -4,15 +4,18 @@
*bzwc-2.8 (28 Feb 2012)
- 28 Feb 2011; Martin Väth <martin@mvath.de>
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
+
+ 28 Feb 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*bzwc-2.7-r1 (03 Feb 2012)
- 03 Feb 2011; Martin Väth <martin@mvath.de>
+ 03 Feb 2012; Martin Väth <martin@mvath.de>
Do not install README
*bzwc-2.7 (29 Jan 2012)
- 29 Jan 2011; Martin Väth <martin@mvath.de>
+ 29 Jan 2012; Martin Väth <martin@mvath.de>
New ebuild from scratch.
diff --git a/app-arch/bzwc/bzwc-2.8.ebuild b/app-arch/bzwc/bzwc-2.8.ebuild
index a2e874c4..b1879956 100644
--- a/app-arch/bzwc/bzwc-2.8.ebuild
+++ b/app-arch/bzwc/bzwc-2.8.ebuild
@@ -4,9 +4,10 @@
EAPI="4"
RESTRICT="mirror"
+inherit vcs-snapshot
DESCRIPTION="A POSIX shell wrapper for wc, supporting compressed files (xz, lzma, bz2, gz)"
-HOMEPAGE="https://github.com/vaeth/${PN}"
+HOMEPAGE="https://github.com/vaeth/bzwc/"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="BSD"
@@ -14,12 +15,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="zsh-completion"
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_install() {
local i
insinto /usr/bin
diff --git a/app-emacs/mv_emacs/ChangeLog b/app-emacs/mv_emacs/ChangeLog
index 649937ee..e052bf5a 100644
--- a/app-emacs/mv_emacs/ChangeLog
+++ b/app-emacs/mv_emacs/ChangeLog
@@ -4,5 +4,8 @@
*mv_emacs-1.0 (01 Mar 2012)
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
+
01 Mar 2012; Martin Väth <martin@mvath.de>
New ebuild from scratch.
diff --git a/app-emacs/mv_emacs/mv_emacs-1.0.ebuild b/app-emacs/mv_emacs/mv_emacs-1.0.ebuild
index cffca4be..358a8a49 100644
--- a/app-emacs/mv_emacs/mv_emacs-1.0.ebuild
+++ b/app-emacs/mv_emacs/mv_emacs-1.0.ebuild
@@ -5,10 +5,10 @@
EAPI="4"
RESTRICT="mirror"
-inherit elisp-common
+inherit vcs-snapshot elisp-common
DESCRIPTION="A collection of perl scripts (replacement in files, syncing dirs etc)"
-HOMEPAGE="https://github.com/vaeth/${PN}"
+HOMEPAGE="https://github.com/vaeth/mv_emacs/"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="GPL-2"
@@ -18,12 +18,6 @@ IUSE=""
PDEPEND="virtual/emacs"
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_install() {
insinto "${SITELISP}/mv_emacs"
doins *.el
diff --git a/app-portage/getdelta/ChangeLog b/app-portage/getdelta/ChangeLog
index 9fcb8e83..e441a8c5 100644
--- a/app-portage/getdelta/ChangeLog
+++ b/app-portage/getdelta/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for app-portage/getdelta
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header $
+*getdelta-0.7.9 (19 Mar 2012)
+
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Upgrade according to version bump in main tree.
+
*getdelta-0.7.8 (07 Apr 2010)
03 Jan 2011; Martin Väth <martin@mvath.de>
diff --git a/app-portage/getdelta/files/eapi2.patch b/app-portage/getdelta/files/eapi2.patch
index e1666bb3..7279ad72 100644
--- a/app-portage/getdelta/files/eapi2.patch
+++ b/app-portage/getdelta/files/eapi2.patch
@@ -280,7 +280,7 @@
let percent=${savedsize}*100/${newsize}
unit="bytes"
[ $savedsize -gt 1024 ] && let savedsize=$savedsize/1024 && unit="kB"
-@@ -791,8 +826,8 @@
+@@ -791,8 +827,8 @@
esac
output "${YELLOW}This dtu-file saved ${UCOLOR}${savedsize} ${unit} (${percent}%)${YELLOW} download size.\n"
fi
@@ -291,7 +291,7 @@
fi
fi # if $FETCH "${DELTUP_SERVER}${query}"
-@@ -812,7 +847,7 @@
+@@ -812,7 +848,7 @@
read
fi
popd >/dev/null 2>&1
@@ -300,7 +300,7 @@
#stop respond to trap2
trap 2
fi # if ! FILE_IS_CORRUPT
-@@ -824,10 +859,10 @@
+@@ -824,10 +860,10 @@
# Ok, once we are here, we should have got the delta (and used it)
# or we still have to download the full file
diff --git a/app-portage/getdelta/getdelta-0.7.8-r5.ebuild b/app-portage/getdelta/getdelta-0.7.9.ebuild
index 603fe30c..3d2c6b8a 100644
--- a/app-portage/getdelta/getdelta-0.7.8-r5.ebuild
+++ b/app-portage/getdelta/getdelta-0.7.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header $
@@ -7,11 +7,11 @@ inherit eutils
DESCRIPTION="dynamic deltup client"
HOMEPAGE="http://linux01.gwdg.de/~nlissne/"
-SRC_URI="http://linux01.gwdg.de/~nlissne/${P}.tar.bz2"
+SRC_URI="http://linux01.gwdg.de/~nlissne/${PN}-0.7.8.tar.bz2"
SLOT="0"
IUSE=""
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~sparc ~x86"
S="${WORKDIR}"
RDEPEND="app-portage/deltup
@@ -23,7 +23,7 @@ src_prepare() {
}
src_install() {
- dobin "${WORKDIR}"/getdelta.sh || die
+ dobin "${WORKDIR}"/getdelta.sh
}
pkg_postinst() {
@@ -33,10 +33,10 @@ pkg_postinst() {
elog "into your /etc/make.conf to make use of getdelta"
# make sure permissions are ok
- a="${ROOT}"/var/log/getdelta.log
- b="${ROOT}"/etc/deltup
+ a="${EROOT}"/var/log/getdelta.log
+ b="${EROOT}"/etc/deltup
test -f "${a}" || touch -- "${a}"
mkdir -p -- "${b}"
- chown -R portage:portage -- "${a}" "${b}"
+ use prefix || chown -R portage:portage -- "${a}" "${b}"
chmod -R ug+rwX -- "${a}" "${b}"
}
diff --git a/app-portage/logclean/ChangeLog b/app-portage/logclean/ChangeLog
index 1ad07384..76837071 100644
--- a/app-portage/logclean/ChangeLog
+++ b/app-portage/logclean/ChangeLog
@@ -4,6 +4,9 @@
*logclean-7.7 (07 Jan 2012)
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
+
09 Jan 2012; Martin Väth <martin@mvath.de>
Depend of virtual/perl-Getopt-Long
diff --git a/app-portage/logclean/logclean-7.7.ebuild b/app-portage/logclean/logclean-7.7.ebuild
index 22f5e4ae..a5ee2d84 100644
--- a/app-portage/logclean/logclean-7.7.ebuild
+++ b/app-portage/logclean/logclean-7.7.ebuild
@@ -4,9 +4,10 @@
EAPI="4"
RESTRICT="mirror"
+inherit vcs-snapshot
DESCRIPTION="Keep only (compressed) logs of installed packages"
-HOMEPAGE="https://github.com/vaeth/${PN}"
+HOMEPAGE="https://github.com/vaeth/logclean/"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="BSD"
@@ -18,12 +19,6 @@ RDEPEND="dev-lang/perl
virtual/perl-Getopt-Long
eix? ( app-portage/eix )"
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_install() {
dobin "${PN}"
if use zsh-completion
diff --git a/app-portage/portage-bashrc-mv/ChangeLog b/app-portage/portage-bashrc-mv/ChangeLog
index 0789b42e..a1191c7c 100644
--- a/app-portage/portage-bashrc-mv/ChangeLog
+++ b/app-portage/portage-bashrc-mv/ChangeLog
@@ -4,12 +4,15 @@
*portage-bashrc-mv-10.6 (13 Mar 2012)
- 13 Mar 2011; Martin Väth <martin@mvath.de>
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass, remove old ebuild.
+
+ 13 Mar 2012; Martin Väth <martin@mvath.de>
Version bump. Keep old ebuild, since release is experimental.
*portage-bashrc-mv-10.3 (28 Feb 2012)
- 28 Feb 2011; Martin Väth <martin@mvath.de>
+ 28 Feb 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*portage-bashrc-mv-10.2 (19 Feb 2012)
diff --git a/app-portage/portage-bashrc-mv/portage-bashrc-mv-10.3.ebuild b/app-portage/portage-bashrc-mv/portage-bashrc-mv-10.3.ebuild
deleted file mode 100644
index 51dce5c4..00000000
--- a/app-portage/portage-bashrc-mv/portage-bashrc-mv-10.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header $
-
-EAPI="4"
-RESTRICT="mirror"
-
-DESCRIPTION="Provide support for /etc/portage/bashrc.d and /etc/portage/package.cflags"
-HOMEPAGE="https://github.com/vaeth/${PN}"
-SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
-src_install() {
- insinto /etc/portage
- doins -r bashrc bashrc.d
- docompress /etc/portage/bashrc.d/README
-}
diff --git a/app-portage/portage-bashrc-mv/portage-bashrc-mv-10.6.ebuild b/app-portage/portage-bashrc-mv/portage-bashrc-mv-10.6.ebuild
index 51dce5c4..592c1a72 100644
--- a/app-portage/portage-bashrc-mv/portage-bashrc-mv-10.6.ebuild
+++ b/app-portage/portage-bashrc-mv/portage-bashrc-mv-10.6.ebuild
@@ -4,9 +4,10 @@
EAPI="4"
RESTRICT="mirror"
+inherit vcs-snapshot
DESCRIPTION="Provide support for /etc/portage/bashrc.d and /etc/portage/package.cflags"
-HOMEPAGE="https://github.com/vaeth/${PN}"
+HOMEPAGE="https://github.com/vaeth/portage-bashrc-mv/"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="GPL-2"
@@ -14,12 +15,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_install() {
insinto /etc/portage
doins -r bashrc bashrc.d
diff --git a/app-portage/trickyfetch/ChangeLog b/app-portage/trickyfetch/ChangeLog
index c4162dff..90fd0d41 100644
--- a/app-portage/trickyfetch/ChangeLog
+++ b/app-portage/trickyfetch/ChangeLog
@@ -4,12 +4,15 @@
*trickyfetch-6.3 (12 Mar 2012)
- 12 Mar 2011; Martin Väth <martin@mvath.de>
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
+
+ 12 Mar 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*trickyfetch-6.2 (28 Feb 2012)
- 28 Feb 2011; Martin Väth <martin@mvath.de>
+ 28 Feb 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*trickyfetch-6.1 (08 Jan 2012)
diff --git a/app-portage/trickyfetch/trickyfetch-6.3.ebuild b/app-portage/trickyfetch/trickyfetch-6.3.ebuild
index bd4bb17b..83e80f0b 100644
--- a/app-portage/trickyfetch/trickyfetch-6.3.ebuild
+++ b/app-portage/trickyfetch/trickyfetch-6.3.ebuild
@@ -4,9 +4,10 @@
EAPI="4"
RESTRICT="mirror"
+inherit vcs-snapshot
DESCRIPTION="Plugin for FETCHCOMMAND to help organize and cleanup your DISTDIR"
-HOMEPAGE="https://github.com/vaeth/${PN}"
+HOMEPAGE="https://github.com/vaeth/trickyfetch/"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="GPL-2"
@@ -14,12 +15,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="zsh-completion"
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_install() {
dobin bin/*
if use zsh-completion
diff --git a/app-portage/useflags/ChangeLog b/app-portage/useflags/ChangeLog
index 797283c1..63e512d8 100644
--- a/app-portage/useflags/ChangeLog
+++ b/app-portage/useflags/ChangeLog
@@ -2,7 +2,10 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header $
-*useflags-2.6 (08 Jan 2011)
+*useflags-2.6 (08 Jan 2012)
+
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
09 Jan 2012; Martin Väth <martin@mvath.de>
Depend of virtual/perl-Getopt-Long
diff --git a/app-portage/useflags/useflags-2.6.ebuild b/app-portage/useflags/useflags-2.6.ebuild
index 9180c893..ca20a09a 100644
--- a/app-portage/useflags/useflags-2.6.ebuild
+++ b/app-portage/useflags/useflags-2.6.ebuild
@@ -4,9 +4,10 @@
EAPI="4"
RESTRICT="mirror"
+inherit vcs-snapshot
DESCRIPTION="Print or save the current USE-flag state and compare with older versions"
-HOMEPAGE="https://github.com/vaeth/${PN}"
+HOMEPAGE="https://github.com/vaeth/useflags/"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="BSD"
@@ -18,12 +19,6 @@ RDEPEND="dev-lang/perl
virtual/perl-Getopt-Long
eix? ( app-portage/eix )"
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_install() {
dobin "${PN}"
if use zsh-completion
diff --git a/app-portage/world-mv/ChangeLog b/app-portage/world-mv/ChangeLog
index 2d3b0a11..f83fb55d 100644
--- a/app-portage/world-mv/ChangeLog
+++ b/app-portage/world-mv/ChangeLog
@@ -4,7 +4,10 @@
*world-mv-3.5 (28 Feb 2012)
- 28 Feb 2011; Martin Väth <martin@mvath.de>
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
+
+ 28 Feb 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*world-mv-3.4 (05 Feb 2012)
diff --git a/app-portage/world-mv/world-mv-3.5.ebuild b/app-portage/world-mv/world-mv-3.5.ebuild
index a583b82d..52bcc05d 100644
--- a/app-portage/world-mv/world-mv-3.5.ebuild
+++ b/app-portage/world-mv/world-mv-3.5.ebuild
@@ -4,10 +4,11 @@
EAPI="4"
RESTRICT="mirror"
+inherit vcs-snapshot
mPN="${PN%-*}"
DESCRIPTION="Organize your world file and find installed packages or differences to @world"
-HOMEPAGE="https://github.com/vaeth/${mPN}"
+HOMEPAGE="https://github.com/vaeth/world/"
SRC_URI="http://github.com/vaeth/${mPN}/tarball/release-${PV} -> ${mPN}-${PV}.tar.gz"
LICENSE="GPL-2"
@@ -17,12 +18,6 @@ IUSE="zsh-completion"
RDEPEND=">=sys-apps/portage-2.2"
-src_unpack() {
- default
- cd *"${mPN}"-*
- S="${PWD}"
-}
-
src_prepare() {
sed -i -e "s'\"\${EPREFIX}\"'\\'${EPREFIX}\\''" "${mPN}" || die
}
diff --git a/app-shells/set_prompt/ChangeLog b/app-shells/set_prompt/ChangeLog
index 5a115c66..26626f56 100644
--- a/app-shells/set_prompt/ChangeLog
+++ b/app-shells/set_prompt/ChangeLog
@@ -4,17 +4,20 @@
*set_prompt-1.6 (10 Mar 2012)
- 10 Mar 2011; Martin Väth <martin@mvath.de>
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
+
+ 10 Mar 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild. Security Update. See the new README.
*set_prompt-1.5 (08 Mar 2012)
- 08 Mar 2011; Martin Väth <martin@mvath.de>
+ 08 Mar 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild. Security Update. See the new README.
*set_prompt-1.4 (28 Feb 2012)
- 28 Feb 2011; Martin Väth <martin@mvath.de>
+ 28 Feb 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*set_prompt-1.3 (19 Feb 2012)
@@ -34,5 +37,5 @@
*set_prompt-1.0 (17 Feb 2012)
- 17 Feb 2011; Martin Väth <martin@mvath.de>
+ 17 Feb 2012; Martin Väth <martin@mvath.de>
New ebuild from scratch.
diff --git a/app-shells/set_prompt/set_prompt-1.6.ebuild b/app-shells/set_prompt/set_prompt-1.6.ebuild
index 27352e26..27533860 100644
--- a/app-shells/set_prompt/set_prompt-1.6.ebuild
+++ b/app-shells/set_prompt/set_prompt-1.6.ebuild
@@ -4,9 +4,10 @@
EAPI="4"
RESTRICT="mirror"
+inherit vcs-snapshot
DESCRIPTION="A POSIX shell wrapper for wc, supporting compressed files (xz, lzma, bz2, gz)"
-HOMEPAGE="https://github.com/vaeth/${PN}"
+HOMEPAGE="https://github.com/vaeth/set_prompt/"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="BSD"
@@ -14,12 +15,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_install() {
insinto /etc
doins set_prompt.config
diff --git a/dev-util/diffhelp/ChangeLog b/dev-util/diffhelp/ChangeLog
index 09392fb0..912566b3 100644
--- a/dev-util/diffhelp/ChangeLog
+++ b/dev-util/diffhelp/ChangeLog
@@ -4,15 +4,18 @@
*diffhelp-1.2 (01 Mar 2012)
- 01 Mar 2011; Martin Väth <martin@mvath.de>
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
+
+ 01 Mar 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild. Fixes option parsing broken previously
*diffhelp-1.2 (28 Feb 2012)
- 28 Feb 2011; Martin Väth <martin@mvath.de>
+ 28 Feb 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*diffhelp-1.1 (04 Feb 2012)
- 04 Feb 2011; Martin Väth <martin@mvath.de>
+ 04 Feb 2012; Martin Väth <martin@mvath.de>
New ebuild from scratch.
diff --git a/dev-util/diffhelp/diffhelp-1.3.ebuild b/dev-util/diffhelp/diffhelp-1.3.ebuild
index 605c9abe..04b3833a 100644
--- a/dev-util/diffhelp/diffhelp-1.3.ebuild
+++ b/dev-util/diffhelp/diffhelp-1.3.ebuild
@@ -4,9 +4,10 @@
EAPI="4"
RESTRICT="mirror"
+inherit vcs-snapshot
DESCRIPTION="A frontend, beautifier, and path-fixer for diff -u"
-HOMEPAGE="https://github.com/vaeth/${PN}"
+HOMEPAGE="https://github.com/vaeth/diffhelp/"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="BSD"
@@ -14,12 +15,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="zsh-completion"
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_install() {
dobin "${PN}"
if use zsh-completion
diff --git a/dev-util/mv_perl/ChangeLog b/dev-util/mv_perl/ChangeLog
index fc71e1bb..29bcc3e5 100644
--- a/dev-util/mv_perl/ChangeLog
+++ b/dev-util/mv_perl/ChangeLog
@@ -4,6 +4,9 @@
*noscript-1.4 (10 Mar 2012)
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
+
10 Mar 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
diff --git a/dev-util/mv_perl/mv_perl-1.4.ebuild b/dev-util/mv_perl/mv_perl-1.4.ebuild
index 73548b0d..94f8fb50 100644
--- a/dev-util/mv_perl/mv_perl-1.4.ebuild
+++ b/dev-util/mv_perl/mv_perl-1.4.ebuild
@@ -4,9 +4,10 @@
EAPI="4"
RESTRICT="mirror"
+inherit vcs-snapshot
DESCRIPTION="A collection of perl scripts (replacement in files, syncing dirs etc)"
-HOMEPAGE="https://github.com/vaeth/${PN}"
+HOMEPAGE="https://github.com/vaeth/mv_perl/"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="BSD"
@@ -18,12 +19,6 @@ RDEPEND="dev-lang/perl
virtual/perl-Getopt-Long
virtual/perl-Digest-MD5"
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_install() {
dobin bin/*
dodoc README
diff --git a/dev-util/pyrep/ChangeLog b/dev-util/pyrep/ChangeLog
index ac5bac26..ee1e2069 100644
--- a/dev-util/pyrep/ChangeLog
+++ b/dev-util/pyrep/ChangeLog
@@ -4,5 +4,8 @@
*pyrep-1.1 (02 Mar 2012)
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
+
02 Mar 2012; Martin Väth <martin@mvath.de>
New ebuild from scratch.
diff --git a/dev-util/pyrep/pyrep-1.1.ebuild b/dev-util/pyrep/pyrep-1.1.ebuild
index 29cec102..c53f9c25 100644
--- a/dev-util/pyrep/pyrep-1.1.ebuild
+++ b/dev-util/pyrep/pyrep-1.1.ebuild
@@ -4,9 +4,10 @@
EAPI="4"
RESTRICT="mirror"
+inherit vcs-snapshot
DESCRIPTION="Search and/or replace regular expressions within many files interactively"
-HOMEPAGE="https://github.com/vaeth/${PN}"
+HOMEPAGE="https://github.com/vaeth/pyrep/"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="BSD"
@@ -16,12 +17,6 @@ IUSE=""
RDEPEND="dev-lang/python"
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_install() {
dobin "${PN}"
}
diff --git a/media-video/video-mv/ChangeLog b/media-video/video-mv/ChangeLog
index a87c5ae8..e6ee84ec 100644
--- a/media-video/video-mv/ChangeLog
+++ b/media-video/video-mv/ChangeLog
@@ -4,15 +4,18 @@
*video-mv-5.2 (28 Feb 2012)
- 28 Feb 2011; Martin Väth <martin@mvath.de>
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
+
+ 28 Feb 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*video-mv-5.1-r1 (13 Feb 2012)
- 13 Feb 2011; Martin Väth <martin@mvath.de>
+ 13 Feb 2012; Martin Väth <martin@mvath.de>
Install also README.
*video-mv-5.1 (12 Feb 2012)
- 12 Feb 2011; Martin Väth <martin@mvath.de>
+ 12 Feb 2012; Martin Väth <martin@mvath.de>
New ebuild from scratch.
diff --git a/media-video/video-mv/video-mv-5.2.ebuild b/media-video/video-mv/video-mv-5.2.ebuild
index 52189060..3d8b7c22 100644
--- a/media-video/video-mv/video-mv-5.2.ebuild
+++ b/media-video/video-mv/video-mv-5.2.ebuild
@@ -4,9 +4,10 @@
EAPI="4"
RESTRICT="mirror"
+inherit vcs-snapshot
DESCRIPTION="A frontend for using mplayer and mencoder as a video recorder"
-HOMEPAGE="https://github.com/vaeth/${PN}"
+HOMEPAGE="https://github.com/vaeth/video-mv/"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="BSD"
@@ -14,12 +15,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="zsh-completion"
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_install() {
local i
insinto /usr/bin
diff --git a/net-firewall/firewall-mv/ChangeLog b/net-firewall/firewall-mv/ChangeLog
index 1aad4023..d756339b 100644
--- a/net-firewall/firewall-mv/ChangeLog
+++ b/net-firewall/firewall-mv/ChangeLog
@@ -4,7 +4,10 @@
*firewall-mv-6.2 (28 Feb 2012)
- 28 Feb 2011; Martin Väth <martin@mvath.de>
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
+
+ 28 Feb 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*firewall-mv-6.1 (04 Feb 2012)
diff --git a/net-firewall/firewall-mv/firewall-mv-6.2.ebuild b/net-firewall/firewall-mv/firewall-mv-6.2.ebuild
index 89c906a4..5de8bfeb 100644
--- a/net-firewall/firewall-mv/firewall-mv-6.2.ebuild
+++ b/net-firewall/firewall-mv/firewall-mv-6.2.ebuild
@@ -4,21 +4,16 @@
EAPI="4"
RESTRICT="mirror"
+inherit vcs-snapshot
DESCRIPTION="Initialize iptables and net-related sysctl variables"
-HOMEPAGE="https://github.com/vaeth/${PN}"
+HOMEPAGE="https://github.com/vaeth/firewall-mv/"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_prepare() {
sed -i \
-e "s!/etc/!${EPREFIX%/}/etc/!g" \
diff --git a/net-misc/sshstart/ChangeLog b/net-misc/sshstart/ChangeLog
index 990f2e94..6414c9e5 100644
--- a/net-misc/sshstart/ChangeLog
+++ b/net-misc/sshstart/ChangeLog
@@ -4,10 +4,13 @@
*sshstart-2.5 (28 Feb 2012)
- 28 Feb 2011; Martin Väth <martin@mvath.de>
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
+
+ 28 Feb 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*sshstart-2.4 (13 Feb 2012)
- 13 Feb 2011; Martin Väth <martin@mvath.de>
+ 13 Feb 2012; Martin Väth <martin@mvath.de>
New ebuild from scratch.
diff --git a/net-misc/sshstart/sshstart-2.5.ebuild b/net-misc/sshstart/sshstart-2.5.ebuild
index a7edfcdc..97c1c12c 100644
--- a/net-misc/sshstart/sshstart-2.5.ebuild
+++ b/net-misc/sshstart/sshstart-2.5.ebuild
@@ -4,9 +4,10 @@
EAPI="4"
RESTRICT="mirror"
+inherit vcs-snapshot
DESCRIPTION="Start ssh-agent/ssh-add only if you really use ssh or friends"
-HOMEPAGE="https://github.com/vaeth/${PN}"
+HOMEPAGE="https://github.com/vaeth/sshstart/"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="BSD"
@@ -16,12 +17,6 @@ IUSE="+keychain"
RDEPEND="keychain? ( net-misc/keychain )"
DEPEND=""
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_install() {
dobin sshstart
dodoc README
diff --git a/sys-apps/cpi/ChangeLog b/sys-apps/cpi/ChangeLog
index b8c3aeb7..f503a531 100644
--- a/sys-apps/cpi/ChangeLog
+++ b/sys-apps/cpi/ChangeLog
@@ -4,7 +4,10 @@
*cpi-1.3 (28 Feb 2012)
- 28 Feb 2011; Martin Väth <martin@mvath.de>
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
+
+ 28 Feb 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*cpi-1.2 (05 Feb 2012)
@@ -15,5 +18,5 @@
*cpi-1.0 (03 Feb 2012)
- 03 Feb 2011; Martin Väth <martin@mvath.de>
+ 03 Feb 2012; Martin Väth <martin@mvath.de>
New ebuild from scratch.
diff --git a/sys-apps/cpi/cpi-1.3.ebuild b/sys-apps/cpi/cpi-1.3.ebuild
index d815fe19..daaaa1dd 100644
--- a/sys-apps/cpi/cpi-1.3.ebuild
+++ b/sys-apps/cpi/cpi-1.3.ebuild
@@ -4,9 +4,10 @@
EAPI="4"
RESTRICT="mirror"
+inherit vcs-snapshot
DESCRIPTION="A wrapper for cp -i -a, making use of diff"
-HOMEPAGE="https://github.com/vaeth/${PN}"
+HOMEPAGE="https://github.com/vaeth/cpi/"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="BSD"
@@ -14,12 +15,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="zsh-completion"
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_install() {
dobin "${PN}"
if use zsh-completion
diff --git a/sys-apps/starter/ChangeLog b/sys-apps/starter/ChangeLog
index 71e9aea9..8f7a4165 100644
--- a/sys-apps/starter/ChangeLog
+++ b/sys-apps/starter/ChangeLog
@@ -4,7 +4,10 @@
*starter-2.3 (28 Feb 2012)
- 28 Feb 2011; Martin Väth <martin@mvath.de>
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
+
+ 28 Feb 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*starter-2.2 (31 Jan 2012)
@@ -14,5 +17,5 @@
*starter-2.0 (30 Jan 2012)
- 30 Jan 2011; Martin Väth <martin@mvath.de>
+ 30 Jan 2012; Martin Väth <martin@mvath.de>
New ebuild from scratch.
diff --git a/sys-apps/starter/starter-2.3.ebuild b/sys-apps/starter/starter-2.3.ebuild
index 4f2ec1a5..ba2293fb 100644
--- a/sys-apps/starter/starter-2.3.ebuild
+++ b/sys-apps/starter/starter-2.3.ebuild
@@ -4,9 +4,10 @@
EAPI="4"
RESTRICT="mirror"
+inherit vcs-snapshot
DESCRIPTION="POSIX shell script and function to schedule commands"
-HOMEPAGE="https://github.com/vaeth/${PN}"
+HOMEPAGE="https://github.com/vaeth/starter/"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="BSD"
@@ -14,12 +15,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="zsh-completion"
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_install() {
local i
insinto /usr/bin
diff --git a/sys-block/zram-init/ChangeLog b/sys-block/zram-init/ChangeLog
index e80d3ca4..3a0f70c5 100644
--- a/sys-block/zram-init/ChangeLog
+++ b/sys-block/zram-init/ChangeLog
@@ -4,6 +4,9 @@
*zram-init-2.1.ebuild (02 Mar 2012)
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
+
02 Mar 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild. Changes to github repository.
diff --git a/sys-block/zram-init/zram-init-2.1.ebuild b/sys-block/zram-init/zram-init-2.1.ebuild
index f54d0206..16bc8dc9 100644
--- a/sys-block/zram-init/zram-init-2.1.ebuild
+++ b/sys-block/zram-init/zram-init-2.1.ebuild
@@ -4,9 +4,10 @@
EAPI="4"
RESTRICT="mirror"
+inherit vcs-snapshot
DESCRIPTION="Scripts to support compressed swap devices or ramdisks with zram"
-HOMEPAGE="https://github.com/vaeth/${PN}"
+HOMEPAGE="https://github.com/vaeth/zram-init/"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="GPL-2"
@@ -14,12 +15,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="zsh-completion"
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_install() {
dosbin sbin/*
doinitd openrc/init.d/*
diff --git a/sys-fs/emount/ChangeLog b/sys-fs/emount/ChangeLog
index 3257d4df..50d58594 100644
--- a/sys-fs/emount/ChangeLog
+++ b/sys-fs/emount/ChangeLog
@@ -4,6 +4,9 @@
*emount-2.1-r1 (03 Feb 2012)
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
+
30 Feb 2012; Martin Väth <martin@mvath.de>
Do not install README
diff --git a/sys-fs/emount/emount-2.1-r1.ebuild b/sys-fs/emount/emount-2.1-r1.ebuild
index 86268b14..420bf212 100644
--- a/sys-fs/emount/emount-2.1-r1.ebuild
+++ b/sys-fs/emount/emount-2.1-r1.ebuild
@@ -4,9 +4,10 @@
EAPI="4"
RESTRICT="mirror"
+inherit vcs-snapshot
DESCRIPTION="mount/unmount (and create/remove) dm-crypt filesystems according to your /etc/fstab"
-HOMEPAGE="https://github.com/vaeth/${PN}"
+HOMEPAGE="https://github.com/vaeth/emount/"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="BSD"
@@ -18,12 +19,6 @@ RDEPEND="dev-lang/perl
sys-fs/cryptsetup
virtual/perl-Getopt-Long"
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_install() {
local i
insinto /usr/bin
diff --git a/sys-fs/squash_dir/ChangeLog b/sys-fs/squash_dir/ChangeLog
index 66891409..1ae798d0 100644
--- a/sys-fs/squash_dir/ChangeLog
+++ b/sys-fs/squash_dir/ChangeLog
@@ -4,12 +4,15 @@
*squash_dir-11.6 (29 Feb 2012)
- 29 Feb 2011; Martin Väth <martin@mvath.de>
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
+
+ 29 Feb 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild. Fixes statusline (titlebar) logic
*squash_dir-11.5 (28 Feb 2012)
- 28 Feb 2011; Martin Väth <martin@mvath.de>
+ 28 Feb 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*squash_dir-11.4 (17 Feb 2012)
diff --git a/sys-fs/squash_dir/squash_dir-11.6.ebuild b/sys-fs/squash_dir/squash_dir-11.6.ebuild
index bf916482..cd2c9c9f 100644
--- a/sys-fs/squash_dir/squash_dir-11.6.ebuild
+++ b/sys-fs/squash_dir/squash_dir-11.6.ebuild
@@ -3,8 +3,8 @@
# $Header $
EAPI="4"
-inherit autotools
RESTRICT="mirror"
+inherit autotools vcs-snapshot
DESCRIPTION="Keep directories compressed with squashfs. Useful for portage tree, texmf-dist"
HOMEPAGE="http://forums.gentoo.org/viewtopic-t-465367.html"
@@ -26,12 +26,6 @@ RDEPEND="sys-fs/squashfs-tools
) )"
DEPEND=">=sys-devel/autoconf-2.65"
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_prepare() {
eautoreconf
}
diff --git a/sys-kernel/kernel/ChangeLog b/sys-kernel/kernel/ChangeLog
index 9d196092..29433fd8 100644
--- a/sys-kernel/kernel/ChangeLog
+++ b/sys-kernel/kernel/ChangeLog
@@ -4,6 +4,9 @@
*kernel-1.14 (29 Feb 2012)
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
+
29 Feb 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
diff --git a/sys-kernel/kernel/kernel-1.14.ebuild b/sys-kernel/kernel/kernel-1.14.ebuild
index f1ef4f73..a6b3e3bc 100644
--- a/sys-kernel/kernel/kernel-1.14.ebuild
+++ b/sys-kernel/kernel/kernel-1.14.ebuild
@@ -4,9 +4,10 @@
EAPI="4"
RESTRICT="mirror"
+inherit vcs-snapshot
DESCRIPTION="A POSIX shell script to compile the kernel with user permissions"
-HOMEPAGE="https://github.com/vaeth/${PN}"
+HOMEPAGE="https://github.com/vaeth/kernel/"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="BSD"
@@ -18,12 +19,6 @@ RDEPEND="app-admin/sudo
app-admin/sudox
eix? ( app-portage/eix )"
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_install() {
dobin "${PN}"
}
diff --git a/www-plugins/stylish/ChangeLog b/www-plugins/stylish/ChangeLog
index 154d097b..22d3b2cb 100644
--- a/www-plugins/stylish/ChangeLog
+++ b/www-plugins/stylish/ChangeLog
@@ -4,6 +4,9 @@
*stylish-1.2.6 (28 Feb 2012)
+ 10 Mar 2012; Martin Väth <martin@mvath.de>
+ Homepage without variable.
+
28 Feb 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
diff --git a/www-plugins/stylish/stylish-1.2.6.ebuild b/www-plugins/stylish/stylish-1.2.6.ebuild
index 1cdf4e2d..166846d4 100644
--- a/www-plugins/stylish/stylish-1.2.6.ebuild
+++ b/www-plugins/stylish/stylish-1.2.6.ebuild
@@ -7,7 +7,7 @@ inherit mv_mozextension
RESTRICT="mirror"
DESCRIPTION="Mozilla plugin to modify style of certain web pages (e.g. Gentoo forums)"
-HOMEPAGE="https://addons.mozilla.org/firefox/addon/${PN}/"
+HOMEPAGE="https://addons.mozilla.org/firefox/addon/stylish/"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/2108/${P}-sm+tb+fx.xpi"
LICENSE="GPL-2"