summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xg_cran/cran.ebuild2
1 files changed, 0 insertions, 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
}
-