summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2008-01-05 12:40:32 +0000
committerAlin Năstac <mrness@gentoo.org>2008-01-05 12:40:32 +0000
commita497ff7e3a38367530aed972d9e0677cfa99ea89 (patch)
treecfa64e61dbf34697835bf69983037b5026584440 /app-mobilephone/gnokii
parentx86 stable, bug #201859 (diff)
downloadgentoo-2-a497ff7e3a38367530aed972d9e0677cfa99ea89.tar.gz
gentoo-2-a497ff7e3a38367530aed972d9e0677cfa99ea89.tar.bz2
gentoo-2-a497ff7e3a38367530aed972d9e0677cfa99ea89.zip
Install xgnokii manpage in /usr/share/man directory (#204308).
(Portage version: 2.1.3.19, RepoMan options: --force)
Diffstat (limited to 'app-mobilephone/gnokii')
-rw-r--r--app-mobilephone/gnokii/ChangeLog9
-rw-r--r--app-mobilephone/gnokii/files/digest-gnokii-0.6.22-r2 (renamed from app-mobilephone/gnokii/files/digest-gnokii-0.6.22-r1)0
-rw-r--r--app-mobilephone/gnokii/files/gnokii-0.6.22-xmandir.patch12
-rw-r--r--app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild (renamed from app-mobilephone/gnokii/gnokii-0.6.22-r1.ebuild)3
4 files changed, 22 insertions, 2 deletions
diff --git a/app-mobilephone/gnokii/ChangeLog b/app-mobilephone/gnokii/ChangeLog
index 5a81397b8461..c0a54c9dd8f6 100644
--- a/app-mobilephone/gnokii/ChangeLog
+++ b/app-mobilephone/gnokii/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-mobilephone/gnokii
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.67 2008/01/01 16:16:36 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.68 2008/01/05 12:40:31 mrness Exp $
+
+*gnokii-0.6.22-r2 (05 Jan 2008)
+
+ 05 Jan 2008; Alin Năstac <mrness@gentoo.org>
+ +files/gnokii-0.6.22-xmandir.patch, -gnokii-0.6.22-r1.ebuild,
+ +gnokii-0.6.22-r2.ebuild:
+ Install xgnokii manpage in /usr/share/man directory (#204308).
01 Jan 2008; Alin Năstac <mrness@gentoo.org>
+files/gnokii-0.6.22-locale.patch, gnokii-0.6.22-r1.ebuild:
diff --git a/app-mobilephone/gnokii/files/digest-gnokii-0.6.22-r1 b/app-mobilephone/gnokii/files/digest-gnokii-0.6.22-r2
index 629d0b97f61c..629d0b97f61c 100644
--- a/app-mobilephone/gnokii/files/digest-gnokii-0.6.22-r1
+++ b/app-mobilephone/gnokii/files/digest-gnokii-0.6.22-r2
diff --git a/app-mobilephone/gnokii/files/gnokii-0.6.22-xmandir.patch b/app-mobilephone/gnokii/files/gnokii-0.6.22-xmandir.patch
new file mode 100644
index 000000000000..eebcf94a6ac5
--- /dev/null
+++ b/app-mobilephone/gnokii/files/gnokii-0.6.22-xmandir.patch
@@ -0,0 +1,12 @@
+diff -Nru gnokii-0.6.22.orig/Makefile.global.in gnokii-0.6.22/Makefile.global.in
+--- gnokii-0.6.22.orig/Makefile.global.in 2007-11-24 13:31:01.000000000 +0200
++++ gnokii-0.6.22/Makefile.global.in 2008-01-05 14:33:21.000000000 +0200
+@@ -28,7 +28,7 @@
+ mandir = @mandir@
+ man1dir = ${mandir}/man1/
+ man8dir = ${mandir}/man8/
+-xmandir = @XGNOKIIDIR@/man/man1/
++xmandir = ${mandir}/man1x/
+ datarootdir = @datarootdir@
+ docdir = @docdir@
+ datadir = @datadir@
diff --git a/app-mobilephone/gnokii/gnokii-0.6.22-r1.ebuild b/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild
index eceeb663ea09..3b356cfb3843 100644
--- a/app-mobilephone/gnokii/gnokii-0.6.22-r1.ebuild
+++ b/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.22-r1.ebuild,v 1.3 2008/01/01 16:16:36 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild,v 1.1 2008/01/05 12:40:31 mrness Exp $
WANT_AUTOMAKE="none"
@@ -40,6 +40,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-locale.patch
+ epatch "${FILESDIR}"/${P}-xmandir.patch
if use sms ; then
local MY_SMSD_DB_OBJS="file.lo"