summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-portage/eix/eix-99999999.ebuild3
-rw-r--r--app-shells/push/ChangeLog18
-rw-r--r--app-shells/push/Manifest1
-rw-r--r--app-shells/push/metadata.xml17
-rw-r--r--app-shells/push/push-1.4.ebuild22
-rw-r--r--sys-kernel/kernel/kernel-1.17.ebuild2
6 files changed, 3 insertions, 60 deletions
diff --git a/app-portage/eix/eix-99999999.ebuild b/app-portage/eix/eix-99999999.ebuild
index f5cc210c..58118a88 100644
--- a/app-portage/eix/eix-99999999.ebuild
+++ b/app-portage/eix/eix-99999999.ebuild
@@ -20,7 +20,8 @@ SLOT="0"
KEYWORDS=""
IUSE="debug +dep doc nls optimization security strong-optimization sqlite tools zsh-completion"
-RDEPEND="sqlite? ( >=dev-db/sqlite-3 )
+RDEPEND="app-shells/push
+ sqlite? ( >=dev-db/sqlite-3 )
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
sys-devel/gettext"
diff --git a/app-shells/push/ChangeLog b/app-shells/push/ChangeLog
deleted file mode 100644
index 4da9f712..00000000
--- a/app-shells/push/ChangeLog
+++ /dev/null
@@ -1,18 +0,0 @@
-# ChangeLog for app-shells/push
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header $
-
-*push-1.4 (07 May 2012)
-
- 07 May 2012; Martin Väth <martin@mvath.de>
- Version bump, remove old ebuild.
-
-*push-1.1 (06 May 2012)
-
- 06 May 2012; Martin Väth <martin@mvath.de>
- Version bump, remove old ebuild.
-
-*push-1.0 (04 May 2012)
-
- 04 May 2012; Martin Väth <martin@mvath.de>
- New ebuild from scratch.
diff --git a/app-shells/push/Manifest b/app-shells/push/Manifest
deleted file mode 100644
index b26c6ca0..00000000
--- a/app-shells/push/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST push-1.4.tar.gz 2012 RMD160 daad4fc8850574a00540a6e080be5c1d51899d3a SHA1 9e4e1acdf7677accc1165d9b0da3359ab1b6850b SHA256 c69e49bca4a5a599868b0b90f3768d3621ffadf5f72ee70f6ef252f323d5b58a
diff --git a/app-shells/push/metadata.xml b/app-shells/push/metadata.xml
deleted file mode 100644
index 8dc41e02..00000000
--- a/app-shells/push/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?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>
- <upstream>
- <maintainer>
- <email>martin@mvath.de</email>
- <name>Martin Väth</name>
- </maintainer>
- <bugs-to>mailto:martin@mvath.de</bugs-to>
- <remote-id type="github">vaeth/push</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-shells/push/push-1.4.ebuild b/app-shells/push/push-1.4.ebuild
deleted file mode 100644
index 0b276210..00000000
--- a/app-shells/push/push-1.4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header $
-
-EAPI="4"
-RESTRICT="mirror"
-inherit base vcs-snapshot
-
-DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args."
-HOMEPAGE="https://github.com/vaeth/push/"
-SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_install() {
- insinto /usr/bin
- doins push.sh
- dodoc README
-}
diff --git a/sys-kernel/kernel/kernel-1.17.ebuild b/sys-kernel/kernel/kernel-1.17.ebuild
index ca7a6d7c..64345f27 100644
--- a/sys-kernel/kernel/kernel-1.17.ebuild
+++ b/sys-kernel/kernel/kernel-1.17.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="+eix zsh-completion"
RDEPEND="app-admin/sudo
app-admin/sudox
- >=app-shells/push-1.1
+ app-shells/push
eix? ( app-portage/eix )"
DEPEND=""