summaryrefslogtreecommitdiff
path: root/app-office/clean-libreoffice-l10n.sh
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-02-26 23:50:05 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-02-26 23:50:05 +0000
commited40676841e317a2aafa04c4c804bb6043864740 (patch)
tree91c5e4b12acc09eabb2b1234eb633aa78af224d2 /app-office/clean-libreoffice-l10n.sh
parentdc106bfbeb980942a8490753d6883eb34b13ea12 (diff)
repo cleanup...drop old ebuilds, drop ebuilds already in portage tree
Diffstat (limited to 'app-office/clean-libreoffice-l10n.sh')
-rwxr-xr-xapp-office/clean-libreoffice-l10n.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-office/clean-libreoffice-l10n.sh b/app-office/clean-libreoffice-l10n.sh
deleted file mode 100755
index 86ffbee7..00000000
--- a/app-office/clean-libreoffice-l10n.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-ver="${1}"
-
-if [ -z "${ver}" ]; then
- echo "${0} <ver>" >&2
- exit 1
-fi
-
-for libre in libreoffice-l10n-*; do
- pushd "${libre}" || exit 1
- git rm "${libre}"-${ver}.ebuild
- ebuild "$(ls -1 *.ebuild | head -n 1)" manifest
- popd
-done