From 0c51ff292d38ee6d1f07ad2a546b1e5fe3dbe048 Mon Sep 17 00:00:00 2001 From: "Auke Booij (tulcod)" Date: Wed, 14 Jul 2010 20:41:35 +0200 Subject: Remove useless newlines in ebuild --- g_cran/cran.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/g_cran/cran.ebuild b/g_cran/cran.ebuild index ecdc5a0..ac4d286 100755 --- a/g_cran/cran.ebuild +++ b/g_cran/cran.ebuild @@ -10,7 +10,6 @@ this_repo="${this_dirname}/../../" #discover category, package name and version cat_pn_pvr=$(echo $this_file|/bin/sed -r 's$.+?/([A-Za-z0-9+_.-]+)/([A-Za-z0-9+_-]+)/\2-([0-9]+(\.[0-9]+)*[a-z]?((_alpha|_beta|_pre|_rc|_p)[0-9]*)*(-r[0-9]*)?)\.ebuild$\1/\2 \3$') - #this reads in metadata from g-cran { while read -r line do @@ -26,4 +25,3 @@ done function exec_phase() { /usr/bin/g-cran $this_repo $1 || die } - -- cgit v1.2.3-65-gdbad