summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Erculiani <lxnay@gentoo.org>2012-01-26 18:53:38 +0000
committerFabio Erculiani <lxnay@gentoo.org>2012-01-26 18:53:38 +0000
commit1a829c5f9325b9a84b056eabbc56cda770d3c297 (patch)
treea14221a56446ee8f58d591995035f63f618d1930 /x11-apps
parentVersion Bump, #400733; add missing deps (diff)
downloadgentoo-2-1a829c5f9325b9a84b056eabbc56cda770d3c297.tar.gz
gentoo-2-1a829c5f9325b9a84b056eabbc56cda770d3c297.tar.bz2
gentoo-2-1a829c5f9325b9a84b056eabbc56cda770d3c297.zip
move binary files remotely, closes bug #370923
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/whyteboard/ChangeLog8
-rw-r--r--x11-apps/whyteboard/files/whyteboard.pngbin7601 -> 0 bytes
-rw-r--r--x11-apps/whyteboard/whyteboard-0.41.1.ebuild8
3 files changed, 10 insertions, 6 deletions
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
--- a/x11-apps/whyteboard/files/whyteboard.png
+++ /dev/null
Binary files 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