summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Gebhardt <hsggebhardt@googlemail.com>2011-01-18 15:04:34 +0100
committerHenry Gebhardt <hsggebhardt@googlemail.com>2011-01-18 15:04:34 +0100
commitadf70064ff35c1239a5fbd81403b1e88d8a0a6dc (patch)
treeaa38750cf8b7555a74b9435c5a8545870839589e /sys-devel
parentsys-devel/redo-0.04: Version bump (diff)
downloadkork-adf70064ff35c1239a5fbd81403b1e88d8a0a6dc.tar.gz
kork-adf70064ff35c1239a5fbd81403b1e88d8a0a6dc.tar.bz2
kork-adf70064ff35c1239a5fbd81403b1e88d8a0a6dc.zip
sys-devel/redo-0.05: Version bump
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/redo/Manifest4
-rw-r--r--sys-devel/redo/redo-0.05.ebuild (renamed from sys-devel/redo/redo-0.04.ebuild)9
2 files changed, 7 insertions, 6 deletions
diff --git a/sys-devel/redo/Manifest b/sys-devel/redo/Manifest
index 55813d1..f456ade 100644
--- a/sys-devel/redo/Manifest
+++ b/sys-devel/redo/Manifest
@@ -1,2 +1,2 @@
-DIST redo-0.04.tar.gz 62904 RMD160 42e014fc43553ac285fb78c9a695293e142520f0 SHA1 ff8a82c8e48e5906ba6654a6c06c09bfbc58f6e8 SHA256 14f66ba8c9a5a07f8f39a0e005c35729233769ae9622ccaa121bbd92423f8e17
-EBUILD redo-0.04.ebuild 1228 RMD160 113ac2c6eecc9e3b1296a300331cec02531ef1dd SHA1 8a4397be291f3327e30fc42cdda3b3f4faa695c7 SHA256 40754b3c8e97784c499a8ccc926b0c7ffe5e97b7ff9182e003aa51d2d648bd19
+DIST redo-0.05.tar.gz 64457 RMD160 d7e629bb9e0a0cc30f8dbec41873c7bfcb1db05d SHA1 a912da43871fed631b22c9f20f3c8e7eba95547e SHA256 5d6ed3f6e763ba5ef4dbeb50ecae4017ab5569bcbb5f8eb88379be76a7209a6d
+EBUILD redo-0.05.ebuild 1217 RMD160 9b026f3924cb1ec03d0c7e3b4c17bf837899a664 SHA1 61fd69f30a69372f57718163f28d5a159ad12875 SHA256 7c154adfd346d731402021ef5d93f91c223b109901b78ca0c0f4ba57de9d25b2
diff --git a/sys-devel/redo/redo-0.04.ebuild b/sys-devel/redo/redo-0.05.ebuild
index 3c611d6..50c861b 100644
--- a/sys-devel/redo/redo-0.04.ebuild
+++ b/sys-devel/redo/redo-0.05.ebuild
@@ -2,11 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=3
inherit eutils bash-completion
-UNPACKDIR="apenwarr-${PN}-578e5bc"
-
DESCRIPTION="Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo."
HOMEPAGE="http://github.com/apenwarr/redo"
SRC_URI="https://github.com/apenwarr/${PN}/tarball/${P} -> ${P}.tar.gz"
@@ -34,7 +32,10 @@ DEPEND="|| (
)"
RDEPEND="${DEPEND}"
-S="${WORKDIR}/${UNPACKDIR}"
+src_unpack() {
+ unpack ${A}
+ mv -v * "${S}" || die
+}
# We use 'make' here, because then we can use 'emake'.
src_compile() {