From 1a829c5f9325b9a84b056eabbc56cda770d3c297 Mon Sep 17 00:00:00 2001
From: Fabio Erculiani <lxnay@gentoo.org>
Date: Thu, 26 Jan 2012 18:53:38 +0000
Subject: move binary files remotely, closes bug #370923

(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
---
 x11-apps/whyteboard/ChangeLog                |   8 ++++++--
 x11-apps/whyteboard/files/whyteboard.png     | Bin 7601 -> 0 bytes
 x11-apps/whyteboard/whyteboard-0.41.1.ebuild |   8 ++++----
 3 files changed, 10 insertions(+), 6 deletions(-)
 delete mode 100644 x11-apps/whyteboard/files/whyteboard.png

(limited to 'x11-apps')

diff --git a/x11-apps/whyteboard/ChangeLog b/x11-apps/whyteboard/ChangeLog
index a38ba858c88b..6508f493aa73 100644
--- a/x11-apps/whyteboard/ChangeLog
+++ b/x11-apps/whyteboard/ChangeLog
@@ -1,6 +1,10 @@
 # ChangeLog for x11-apps/whyteboard
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/whyteboard/ChangeLog,v 1.2 2011/01/20 18:15:57 lxnay Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/whyteboard/ChangeLog,v 1.3 2012/01/26 18:53:38 lxnay Exp $
+
+  26 Jan 2012; Fabio Erculiani <lxnay@gentoo.org> whyteboard-0.41.1.ebuild,
+  -files/whyteboard.png:
+  move binary files remotely, closes bug #370923
 
   20 Jan 2011; Fabio Erculiani <lxnay@gentoo.org> metadata.xml:
   update manifest.xml, remove duplicated maintainer entry
diff --git a/x11-apps/whyteboard/files/whyteboard.png b/x11-apps/whyteboard/files/whyteboard.png
deleted file mode 100644
index 8d430b7c1e94..000000000000
Binary files a/x11-apps/whyteboard/files/whyteboard.png and /dev/null differ
diff --git a/x11-apps/whyteboard/whyteboard-0.41.1.ebuild b/x11-apps/whyteboard/whyteboard-0.41.1.ebuild
index d62c108ea523..f791003ca2ed 100644
--- a/x11-apps/whyteboard/whyteboard-0.41.1.ebuild
+++ b/x11-apps/whyteboard/whyteboard-0.41.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/whyteboard/whyteboard-0.41.1.ebuild,v 1.1 2011/01/20 18:07:22 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/whyteboard/whyteboard-0.41.1.ebuild,v 1.2 2012/01/26 18:53:38 lxnay Exp $
 
 EAPI="3"
 
@@ -14,7 +14,7 @@ SLOT="0"
 IUSE=""
 
 HOMEPAGE="http://code.google.com/p/whyteboard"
-SRC_URI="http://whyteboard.googlecode.com/files/${P}.tar.gz"
+SRC_URI="http://whyteboard.googlecode.com/files/${P}.tar.gz http://dev.gentoo.org/~lxnay/${PN}/${PN}.png"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="${DEPEND}
@@ -27,7 +27,7 @@ src_install() {
 	dodir /usr/share/pixmaps
 
 	insinto /usr/share/pixmaps
-	doins "${FILESDIR}/${PN}.png" || die
+	doins "${DISTDIR}/${PN}.png" || die
 	insinto /usr/share/applications
 	doins "${FILESDIR}/${PN}.desktop" || die
 
-- 
cgit v1.2.3-65-gdbad