summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-23 15:16:17 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-23 15:16:17 +0000
commit615f1215b8777430048002e2df73f873f8134de4 (patch)
tree83b7b2b0103465ffd33b68a766d4274166215098 /dev-tcltk
parentRemove old ebuilds. Requested by Arfrever (diff)
downloadgentoo-2-615f1215b8777430048002e2df73f873f8134de4.tar.gz
gentoo-2-615f1215b8777430048002e2df73f873f8134de4.tar.bz2
gentoo-2-615f1215b8777430048002e2df73f873f8134de4.zip
Don't install in /usr/usr #372587
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/iwidgets/ChangeLog10
-rw-r--r--dev-tcltk/iwidgets/files/4.0.1-path.patch24
-rw-r--r--dev-tcltk/iwidgets/iwidgets-4.0.1-r3.ebuild (renamed from dev-tcltk/iwidgets/iwidgets-4.0.1-r2.ebuild)4
3 files changed, 25 insertions, 13 deletions
diff --git a/dev-tcltk/iwidgets/ChangeLog b/dev-tcltk/iwidgets/ChangeLog
index d9710159f02b..b81991e3253a 100644
--- a/dev-tcltk/iwidgets/ChangeLog
+++ b/dev-tcltk/iwidgets/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-tcltk/iwidgets
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/iwidgets/ChangeLog,v 1.21 2010/12/07 19:56:39 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/iwidgets/ChangeLog,v 1.22 2011/06/23 15:16:17 jlec Exp $
+
+*iwidgets-4.0.1-r3 (23 Jun 2011)
+
+ 23 Jun 2011; Justin Lecher <jlec@gentoo.org> files/4.0.1-path.patch,
+ -iwidgets-4.0.1-r2.ebuild, +iwidgets-4.0.1-r3.ebuild:
+ Don't install in /usr/usr #372587
07 Dec 2010; Justin Lecher <jlec@gentoo.org> +files/4.0.1-path.patch,
iwidgets-4.0.1-r2.ebuild:
diff --git a/dev-tcltk/iwidgets/files/4.0.1-path.patch b/dev-tcltk/iwidgets/files/4.0.1-path.patch
index e9c5a825ee43..095d9ed81e1c 100644
--- a/dev-tcltk/iwidgets/files/4.0.1-path.patch
+++ b/dev-tcltk/iwidgets/files/4.0.1-path.patch
@@ -1,19 +1,25 @@
-diff --git a/Makefile.in b/Makefile.in
-index 381bfac..1ba8efb 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -48,7 +48,9 @@ LIB_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/lib
+--- iwidgets4.0.1/Makefile.in
++++ iwidgets4.0.1/Makefile.in
+@@ -30,6 +30,7 @@
+
+ srcdir = @srcdir@
+ bindir = @bindir@
++mandir = @mandir@
+
+ # The following definition can be set to non-null for special systems
+ # like AFS with replication. It allows the pathnames used for installation
+@@ -48,7 +49,9 @@
BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin
# Top-level directory in which to install manual entries:
-MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man/mann
-+MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/usr/share/man/mann
++MAN_INSTALL_DIR = $(INSTALL_ROOT)$(mandir)/mann
+
-+DATA_DIR = $(INSTALL_ROOT)$(prefix)/usr/share/iwidgets$(IWIDGETS_VERSION)
++DATA_DIR = $(INSTALL_ROOT)$(prefix)/share/iwidgets$(IWIDGETS_VERSION)
# Directory containing Tcl source code (for library used during test):
TCL_SRC_DIR = @TCL_SRC_DIR@
-@@ -135,26 +137,26 @@ install-libraries:
+@@ -135,26 +138,26 @@
done;
install-demos:
@@ -47,7 +53,7 @@ index 381bfac..1ba8efb 100644
fi; \
done;
-@@ -169,7 +171,6 @@ install-doc:
+@@ -169,7 +172,6 @@
$$i > $(MAN_INSTALL_DIR)/`basename iwidgets_$$i`; \
chmod 444 $(MAN_INSTALL_DIR)/`basename iwidgets_$$i`; \
done;
diff --git a/dev-tcltk/iwidgets/iwidgets-4.0.1-r2.ebuild b/dev-tcltk/iwidgets/iwidgets-4.0.1-r3.ebuild
index 2b0b5ee0e5d3..fc3feac2dce4 100644
--- a/dev-tcltk/iwidgets/iwidgets-4.0.1-r2.ebuild
+++ b/dev-tcltk/iwidgets/iwidgets-4.0.1-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/iwidgets/iwidgets-4.0.1-r2.ebuild,v 1.4 2010/12/07 19:56:39 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/iwidgets/iwidgets-4.0.1-r3.ebuild,v 1.1 2011/06/23 15:16:17 jlec Exp $
EAPI="3"