summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-06-19 08:23:17 +0200
committerChristoph Mende <angelos@gentoo.org>2011-06-19 08:23:17 +0200
commita3a36758e397b537bbdbab2f5494f888a6b64aae (patch)
tree16937c599c5a866720c790a8dcd52bb118ff5859 /scripts/sync-xfce-overlay.sh
parentlibido: Initial commit (diff)
downloadangelos-a3a36758e397b537bbdbab2f5494f888a6b64aae.tar.gz
angelos-a3a36758e397b537bbdbab2f5494f888a6b64aae.tar.bz2
angelos-a3a36758e397b537bbdbab2f5494f888a6b64aae.zip
Remove xfconf-live usage
Diffstat (limited to 'scripts/sync-xfce-overlay.sh')
-rwxr-xr-xscripts/sync-xfce-overlay.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/sync-xfce-overlay.sh b/scripts/sync-xfce-overlay.sh
index b05b15c..64c8431 100755
--- a/scripts/sync-xfce-overlay.sh
+++ b/scripts/sync-xfce-overlay.sh
@@ -33,12 +33,8 @@ for i in ${pkgs}; do
# remove any stabl keywords
ekeyword ~all ${dst} >/dev/null
- # XXX remove this when xfconf-live merged into xfconf
# remove SRC_URI
sed -i -e "/^SRC_URI/d" ${dst}
- # fix eclass usage
- sed -i -e "/^inherit/s/xfconf/xfconf-live/" ${dst}
- sed -i -r "s/xfconf(_(src|pkg))/xfconf-live\1/" ${dst}
let changes="$changes + 1"
fi