summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-02-23 08:53:18 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-02-23 08:53:18 +0000
commit0d6c2efe4f246f208c2addadda0d5ab37c098aa1 (patch)
tree3ffd9a90065777e71c12687259368ea4b257a5bf /app-misc/celestia
parentput an addwrite to the kernel sources dir in order to have the kernel module ... (diff)
downloadhistorical-0d6c2efe4f246f208c2addadda0d5ab37c098aa1.tar.gz
historical-0d6c2efe4f246f208c2addadda0d5ab37c098aa1.tar.bz2
historical-0d6c2efe4f246f208c2addadda0d5ab37c098aa1.zip
Fixing little sandbox violation
Diffstat (limited to 'app-misc/celestia')
-rw-r--r--app-misc/celestia/ChangeLog7
-rw-r--r--app-misc/celestia/Manifest4
-rw-r--r--app-misc/celestia/celestia-1.3.0-r1.ebuild6
3 files changed, 10 insertions, 7 deletions
diff --git a/app-misc/celestia/ChangeLog b/app-misc/celestia/ChangeLog
index 85088f5ee318..e3e6f519bc1f 100644
--- a/app-misc/celestia/ChangeLog
+++ b/app-misc/celestia/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/celestia
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/celestia/ChangeLog,v 1.10 2003/12/10 14:34:15 phosphan Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/celestia/ChangeLog,v 1.11 2004/02/23 08:53:18 phosphan Exp $
+
+ 23 Feb 2004; Patrick Kursawe <phosphan@gentoo.org> celestia-1.3.0-r1.ebuild:
+ Fixing little sandbox violation
*celestia-1.3.0-r1 (10 Dec 2003)
diff --git a/app-misc/celestia/Manifest b/app-misc/celestia/Manifest
index dd7b4d302a80..7061e09f256f 100644
--- a/app-misc/celestia/Manifest
+++ b/app-misc/celestia/Manifest
@@ -1,8 +1,8 @@
-MD5 5dc2048f5181561a874e09bfb8371524 celestia-1.3.0-r1.ebuild 2044
+MD5 4a8c28e15b20b7a434fd07bcda5eb149 celestia-1.3.0-r1.ebuild 2075
MD5 2e0c83c1b5612c116cc62d5d0a8ea2bb celestia-1.2.5.ebuild 1957
MD5 039a92af75683e454b8f8f46f651a17a celestia-1.2.2.ebuild 1069
MD5 9dc67a92c0eceba7a3e478d95669b99d celestia-1.3.0.ebuild 1946
-MD5 5820719b1430c4d57dc2d3a55eaa2f16 ChangeLog 1885
+MD5 9f39c15771d90697694571c736ee7f42 ChangeLog 1999
MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
MD5 8c83454f0b91c59fdf685876e562c725 celestia-1.2.4.ebuild 1222
MD5 f34ba9f68bc1c0e8487c8e27ba984333 files/digest-celestia-1.2.2 68
diff --git a/app-misc/celestia/celestia-1.3.0-r1.ebuild b/app-misc/celestia/celestia-1.3.0-r1.ebuild
index 9a4baaede6f9..ef8dbed8960c 100644
--- a/app-misc/celestia/celestia-1.3.0-r1.ebuild
+++ b/app-misc/celestia/celestia-1.3.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/celestia/celestia-1.3.0-r1.ebuild,v 1.1 2003/12/10 14:34:15 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/celestia/celestia-1.3.0-r1.ebuild,v 1.2 2004/02/23 08:53:18 phosphan Exp $
inherit flag-o-matic kde-functions
@@ -44,7 +44,7 @@ src_compile() {
local myconf
filter-flags "-funroll-loops -frerun-loop-opt"
-
+ addwrite ${QTDIR}/etc/settings
# currently celestia's "gtk support" requires gnome
if [ -n "$(use kde)" ]; then
myconf="$myconf --with-kde --without-gtk"