From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-355932-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QYzlk-0001RN-LF
	for garchives@archives.gentoo.org; Tue, 21 Jun 2011 12:09:24 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BFC0F1C071;
	Tue, 21 Jun 2011 12:09:02 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 930D51C06C
	for <gentoo-commits@lists.gentoo.org>; Tue, 21 Jun 2011 12:09:02 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id EF4F02AC023
	for <gentoo-commits@lists.gentoo.org>; Tue, 21 Jun 2011 12:09:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 544328003C
	for <gentoo-commits@lists.gentoo.org>; Tue, 21 Jun 2011 12:09:01 +0000 (UTC)
From: "Christoph Mende" <angelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Mende" <angelos@gentoo.org>
Message-ID: <a3a36758e397b537bbdbab2f5494f888a6b64aae.angelos@gentoo>
Subject: [gentoo-commits] dev/angelos:master commit in: scripts/
X-VCS-Repository: dev/angelos
X-VCS-Files: scripts/sync-xfce-overlay.sh
X-VCS-Directories: scripts/
X-VCS-Committer: angelos
X-VCS-Committer-Name: Christoph Mende
X-VCS-Revision: a3a36758e397b537bbdbab2f5494f888a6b64aae
Date: Tue, 21 Jun 2011 12:09:01 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: ecd737cabc0799bc79f98599a8ec5d43

commit:     a3a36758e397b537bbdbab2f5494f888a6b64aae
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 06:23:17 2011 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 06:23:17 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Ddev/angelos.git;a=3D=
commit;h=3Da3a36758

Remove xfconf-live usage

---
 scripts/sync-xfce-overlay.sh |    4 ----
 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
=20
-		# 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}
=20
 		let changes=3D"$changes + 1"
 	fi