diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-01-15 03:09:47 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-01-15 03:09:47 +0000 |
commit | b881efdf7b4b714504d94b80bc8ff03c12309f5f (patch) | |
tree | 543cb92643ec5bb9603aa966fd0a6b6915d712d6 /dev-lang/moarvm | |
parent | Version bump. (diff) | |
download | gentoo-2-b881efdf7b4b714504d94b80bc8ff03c12309f5f.tar.gz gentoo-2-b881efdf7b4b714504d94b80bc8ff03c12309f5f.tar.bz2 gentoo-2-b881efdf7b4b714504d94b80bc8ff03c12309f5f.zip |
Whitespace, silence repoman
(Portage version: 2.2.8/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-lang/moarvm')
-rw-r--r-- | dev-lang/moarvm/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/moarvm/moarvm-2013.10.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/moarvm/moarvm-9999.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-lang/moarvm/ChangeLog b/dev-lang/moarvm/ChangeLog index f8466d8dda3d..39a6e2e1d423 100644 --- a/dev-lang/moarvm/ChangeLog +++ b/dev-lang/moarvm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/moarvm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/ChangeLog,v 1.6 2014/01/09 08:59:37 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/ChangeLog,v 1.7 2014/01/15 03:09:47 patrick Exp $ + + 15 Jan 2014; Patrick Lauer <patrick@gentoo.org> moarvm-2013.10.ebuild, + moarvm-9999.ebuild: + Whitespace, silence repoman 09 Jan 2014; Patrick Lauer <patrick@gentoo.org> +files/Configure-9999.patch, moarvm-9999.ebuild: diff --git a/dev-lang/moarvm/moarvm-2013.10.ebuild b/dev-lang/moarvm/moarvm-2013.10.ebuild index 75378c3304ff..e22f4228fea0 100644 --- a/dev-lang/moarvm/moarvm-2013.10.ebuild +++ b/dev-lang/moarvm/moarvm-2013.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-2013.10.ebuild,v 1.2 2014/01/09 07:55:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-2013.10.ebuild,v 1.3 2014/01/15 03:09:47 patrick Exp $ EAPI=5 @@ -23,7 +23,7 @@ DEPEND="${RDEPEND}" S="${WORKDIR}" src_prepare() { - epatch ${FILESDIR}/Configure.patch || die + epatch "${FILESDIR}/Configure.patch" || die } src_configure() { diff --git a/dev-lang/moarvm/moarvm-9999.ebuild b/dev-lang/moarvm/moarvm-9999.ebuild index 84b8ecec590c..c538d10fa5aa 100644 --- a/dev-lang/moarvm/moarvm-9999.ebuild +++ b/dev-lang/moarvm/moarvm-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-9999.ebuild,v 1.2 2014/01/09 08:59:37 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-9999.ebuild,v 1.3 2014/01/15 03:09:47 patrick Exp $ EAPI=5 @@ -21,13 +21,13 @@ RDEPEND="" DEPEND="${RDEPEND}" src_prepare() { - epatch ${FILESDIR}/Configure-9999.patch || die + epatch "${FILESDIR}/Configure-9999.patch" || die } src_configure() { # this is quite badong, but wtf build system echo "2013.10-145-gec52026" >> VERSION - perl Configure.pl --prefix="${D}/usr"|| die + perl Configure.pl --prefix="${D}/usr"|| die } src_install() { |