Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/blinkperl/files: blinkperl-20030301-Makefile.patch blinkperl-20030301-non-local.patch
Date: Thu, 27 Nov 2008 20:25:06
Message-Id: E1L5nQ8-0002wW-8F@stork.gentoo.org
1 jer 08/11/27 20:25:04
2
3 Added: blinkperl-20030301-Makefile.patch
4 blinkperl-20030301-non-local.patch
5 Log:
6 Install man pages properly (bug #248072) and introduce consistent naming.
7 (Portage version: 2.1.6_rc1/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
8
9 Revision Changes Path
10 1.1 net-misc/blinkperl/files/blinkperl-20030301-Makefile.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/blinkperl/files/blinkperl-20030301-Makefile.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/blinkperl/files/blinkperl-20030301-Makefile.patch?rev=1.1&content-type=text/plain
14
15 Index: blinkperl-20030301-Makefile.patch
16 ===================================================================
17 Do not install into /usr/man and be consistent about the package name.
18
19 --- blinkperl/Makefile.orig 2003-02-08 15:58:10.000000000 +0100
20 +++ blinkperl/Makefile 2008-11-27 21:14:03.000000000 +0100
21 @@ -1,12 +1,12 @@
22 SHELL=/bin/sh
23 -PREFIX=/usr/local
24 -MANDIR=${PREFIX}/man
25 +PREFIX=/usr
26 BINDIR=${PREFIX}/bin
27 SHAREDIR=${PREFIX}/share
28 +MANDIR=${SHAREDIR}/man
29 #
30 # Be sure to modify $moviedir in blinkserver.pl if you modify it here!
31 #
32 -BLINKENPERLSHAREDIR=${SHAREDIR}/blinkenperl
33 +BLINKENPERLSHAREDIR=${SHAREDIR}/blinkperl
34 MOVIEDIR=${BLINKENPERLSHAREDIR}/movies
35
36 # Enable "make install DESTDIR=some-path" to make it easier
37
38
39
40 1.1 net-misc/blinkperl/files/blinkperl-20030301-non-local.patch
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/blinkperl/files/blinkperl-20030301-non-local.patch?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/blinkperl/files/blinkperl-20030301-non-local.patch?rev=1.1&content-type=text/plain
44
45 Index: blinkperl-20030301-non-local.patch
46 ===================================================================
47 Do not install in locale/share and be consistent about the package name.
48
49 --- blinkperl/blinkserver.pl.orig 2003-02-06 19:38:00.000000000 +0100
50 +++ blinkperl/blinkserver.pl 2008-11-27 21:14:24.000000000 +0100
51 @@ -21,7 +21,7 @@
52
53 # be sure to modify ${MOVIEDIR} in the Makefile
54 # (if you want to use "make install"), if you modify it here!
55 -my $moviedir = "/usr/local/share/blinkenperl/movies" ; # where to find the movies
56 +my $moviedir = "/usr/share/blinkperl/movies" ; # where to find the movies
57 my $blmext = "blm" ; # extensions of blm files in the movie directory