summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2006-09-13 13:36:39 +0000
committerMichael Januszewski <spock@gentoo.org>2006-09-13 13:36:39 +0000
commite3da5e9e668e4dadc2003070cbccf4446bba04f7 (patch)
tree846a3f84dec4863d8883ed912adb8305ca40d9f7 /x11-misc/xfractint
parentAnother attempt at bug 145167. Removing the stale wrappers in pkg_preinst. (diff)
downloadgentoo-2-e3da5e9e668e4dadc2003070cbccf4446bba04f7.tar.gz
gentoo-2-e3da5e9e668e4dadc2003070cbccf4446bba04f7.tar.bz2
gentoo-2-e3da5e9e668e4dadc2003070cbccf4446bba04f7.zip
Added fix for bug #147030.
(Portage version: 2.1.1)
Diffstat (limited to 'x11-misc/xfractint')
-rw-r--r--x11-misc/xfractint/ChangeLog6
-rw-r--r--x11-misc/xfractint/files/digest-xfractint-20.4.032
-rw-r--r--x11-misc/xfractint/files/xfractint-20.4.03-makefile.patch11
-rw-r--r--x11-misc/xfractint/xfractint-20.4.03.ebuild7
4 files changed, 20 insertions, 6 deletions
diff --git a/x11-misc/xfractint/ChangeLog b/x11-misc/xfractint/ChangeLog
index fe66194ae4eb..b2bbfff60088 100644
--- a/x11-misc/xfractint/ChangeLog
+++ b/x11-misc/xfractint/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xfractint
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfractint/ChangeLog,v 1.36 2006/01/29 22:37:37 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfractint/ChangeLog,v 1.37 2006/09/13 13:36:39 spock Exp $
+
+ 13 Sep 2006; Michał Januszewski <spock@gentoo.org>
+ files/xfractint-20.4.03-makefile.patch, xfractint-20.4.03.ebuild:
+ Added fix for bug #147030.
29 Jan 2006; Michał Januszewski <spock@gentoo.org>
+files/xfractint-20.4.03-makefile.patch, xfractint-20.4.03.ebuild:
diff --git a/x11-misc/xfractint/files/digest-xfractint-20.4.03 b/x11-misc/xfractint/files/digest-xfractint-20.4.03
index f297179fd15e..f077aa40b360 100644
--- a/x11-misc/xfractint/files/digest-xfractint-20.4.03
+++ b/x11-misc/xfractint/files/digest-xfractint-20.4.03
@@ -1 +1,3 @@
MD5 a877882dec5a416bbf28d30a03c86f5e xfractint-20.04p03.tar.gz 1591997
+RMD160 6270ab83b23b488d2f35683ddceb8edf366630de xfractint-20.04p03.tar.gz 1591997
+SHA256 e6c8e82c8238ae7d61ba043f4034577ac8e8b237ababe047648fa05efa7943b8 xfractint-20.04p03.tar.gz 1591997
diff --git a/x11-misc/xfractint/files/xfractint-20.4.03-makefile.patch b/x11-misc/xfractint/files/xfractint-20.4.03-makefile.patch
index 54f61ff04772..159dc8b06de4 100644
--- a/x11-misc/xfractint/files/xfractint-20.4.03-makefile.patch
+++ b/x11-misc/xfractint/files/xfractint-20.4.03-makefile.patch
@@ -1,6 +1,6 @@
diff -Naurp xfractint-20.04p03-orig/Makefile xfractint-20.04p03/Makefile
---- xfractint-20.04p03-orig/Makefile 2006-01-29 23:08:39.000000000 +0100
-+++ xfractint-20.04p03/Makefile 2006-01-29 23:28:09.000000000 +0100
+--- xfractint-20.04p03-orig/Makefile 2006-09-12 23:05:54.000000000 +0200
++++ xfractint-20.04p03/Makefile 2006-09-12 23:06:38.000000000 +0200
@@ -2,11 +2,11 @@ SHELL=/bin/sh
# SRCDIR should be a path to the directory that will hold fractint.hlp
@@ -35,9 +35,12 @@ diff -Naurp xfractint-20.04p03-orig/Makefile xfractint-20.04p03/Makefile
#CFLAGS = -I. $(DEFINES) -g -DBIG_ANSI_C -DLINUX -Os -fno-builtin
endif
-@@ -257,18 +257,20 @@ clean:
+@@ -255,20 +255,22 @@ clean:
+ cd unix ; ${MAKE} clean
+
install: xfractint fractint.hlp
- strip xfractint
+- strip xfractint
++# strip xfractint
# only next 4 lines might need su
+ if [ ! -d $(BINDIR) ]; then mkdir -p $(BINDIR) ; fi
cp xfractint $(BINDIR)/xfractint;
diff --git a/x11-misc/xfractint/xfractint-20.4.03.ebuild b/x11-misc/xfractint/xfractint-20.4.03.ebuild
index 665ae7cd2d68..2c86e592cfea 100644
--- a/x11-misc/xfractint/xfractint-20.4.03.ebuild
+++ b/x11-misc/xfractint/xfractint-20.4.03.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/x11-misc/xfractint/xfractint-20.4.03.ebuild,v 1.2 2006/01/29 22:37:37 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfractint/xfractint-20.4.03.ebuild,v 1.3 2006/09/13 13:36:39 spock Exp $
inherit eutils flag-o-matic
@@ -37,6 +37,7 @@ src_install() {
make DESTDIR="${D}" install || die
chmod 0644 -R ${D}usr/share/xfractint/*
+ chmod a+X -R ${D}usr/share/xfractint/*
insinto /etc/env.d
newins ${FILESDIR}/xfractint.envd 60xfractint
@@ -47,4 +48,8 @@ pkg_postinst() {
einfo "XFractInt requires the FRACTDIR variable to be set in order to start."
einfo "Please re-login or \`source /etc/profile\` to have this variable set automatically."
einfo
+
+ # Fix directory permissions as they might be broken because
+ # of an earlier installation.
+ chmod a+X -R ${ROOT}/usr/share/xfractint/*
}