summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2006-03-22 20:53:06 +0000
committerMarinus Schraal <foser@gentoo.org>2006-03-22 20:53:06 +0000
commit80313cf061277f94ca31d8750f00d42032ff04f6 (patch)
treea7acce61854c8e87e2104ecb6ce24f963f135d39 /app-office/dia/dia-0.94-r4.ebuild
parentamd64 stable for 2.103. Removed older ebuilds. (diff)
downloadgentoo-2-80313cf061277f94ca31d8750f00d42032ff04f6.tar.gz
gentoo-2-80313cf061277f94ca31d8750f00d42032ff04f6.tar.bz2
gentoo-2-80313cf061277f94ca31d8750f00d42032ff04f6.zip
move binary in files to mirrors and cleanup (#120627)
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-office/dia/dia-0.94-r4.ebuild')
-rw-r--r--app-office/dia/dia-0.94-r4.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/app-office/dia/dia-0.94-r4.ebuild b/app-office/dia/dia-0.94-r4.ebuild
index c5cd09b93283..0adf8f8299e4 100644
--- a/app-office/dia/dia-0.94-r4.ebuild
+++ b/app-office/dia/dia-0.94-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.94-r4.ebuild,v 1.2 2006/02/17 00:14:27 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.94-r4.ebuild,v 1.3 2006/03/22 20:53:06 foser Exp $
inherit eutils gnome2 libtool
@@ -8,6 +8,9 @@ DESCRIPTION="Diagram/flowchart creation program"
HOMEPAGE="http://www.gnome.org/projects/dia/"
LICENSE="GPL-2"
+SRC_URI="${SRC_URI}
+ mirrors://gentoo/${P}-sheets-png.tar.bz2"
+
SLOT="0"
KEYWORDS="~alpha ~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="gnome png python static zlib"
@@ -51,7 +54,7 @@ src_unpack() {
# Install png's instead of xpm's, (bug #103401) and upstream.
epatch ${FILESDIR}/${P}-png.patch
- tar jxf ${FILESDIR}/${P}-sheets-png.tar.bz2
+ cp -r ${WORKDIR}/sheets/* ${S}/sheets
aclocal || die "Aclocal failed"
automake || die "Automake failed"