summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-10-28 17:37:53 +0000
committerMike Frysinger <vapier@gentoo.org>2003-10-28 17:37:53 +0000
commitbb645b2ab4cacdb07de478dc41d3d4ee12a03dc6 (patch)
tree2c60083a80d2906b5c2aa87c7e5974a32a0c3aae /app-text/barcode
parentset ppc in keywords (diff)
downloadhistorical-bb645b2ab4cacdb07de478dc41d3d4ee12a03dc6.tar.gz
historical-bb645b2ab4cacdb07de478dc41d3d4ee12a03dc6.tar.bz2
historical-bb645b2ab4cacdb07de478dc41d3d4ee12a03dc6.zip
fixes for #32076
Diffstat (limited to 'app-text/barcode')
-rw-r--r--app-text/barcode/ChangeLog5
-rw-r--r--app-text/barcode/barcode-0.98.ebuild25
-rw-r--r--app-text/barcode/files/0.98-info.patch14
3 files changed, 35 insertions, 9 deletions
diff --git a/app-text/barcode/ChangeLog b/app-text/barcode/ChangeLog
index 5be940993c79..8a32d0ffa5d7 100644
--- a/app-text/barcode/ChangeLog
+++ b/app-text/barcode/ChangeLog
@@ -1,8 +1,11 @@
# ChangeLog for app-text/barcode
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.2 2003/02/12 05:22:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.3 2003/10/28 17:37:53 vapier Exp $
*barcode-0.98 (23 Nov 2002)
+ 28 Oct 2003; Mike Frysinger <vapier@gentoo.org> :
+ Sed Makefile.in to be FHS happy and fix info dir entries #32076.
+
23 Nov 2002; Mike Frysinger <vapier@gentoo.org> :
Initial import. Ebuild submitted by Miguel Revilla Rodríguez <yo@miguelrevilla.com>.
diff --git a/app-text/barcode/barcode-0.98.ebuild b/app-text/barcode/barcode-0.98.ebuild
index 23c0c5fdad04..a4862be1c7a1 100644
--- a/app-text/barcode/barcode-0.98.ebuild
+++ b/app-text/barcode/barcode-0.98.ebuild
@@ -1,22 +1,31 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v 1.2 2003/02/13 09:32:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v 1.3 2003/10/28 17:37:53 vapier Exp $
-DESCRIPTION="GNU/Barcode - A barcode generator"
-SRC_URI="mirror://gnu/barcode/${P}.tar.gz"
+DESCRIPTION="barcode generator"
HOMEPAGE="http://www.gnu.org/software/barcode/"
+SRC_URI="mirror://gnu/barcode/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86"
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${PV}-info.patch
+ sed -i \
+ -e 's:/info:/share/info:' \
+ -e 's:/man/:/share/man/:' \
+ Makefile.in
+}
+
src_compile() {
- econf
- make || die
+ econf || die
+ emake || die
}
src_install() {
- einstall
- prepinfo
+ emake install prefix=${D}/usr || die
dodoc ChangeLog README TODO doc/barcode.{pdf,ps}
}
diff --git a/app-text/barcode/files/0.98-info.patch b/app-text/barcode/files/0.98-info.patch
new file mode 100644
index 000000000000..740458f88ed4
--- /dev/null
+++ b/app-text/barcode/files/0.98-info.patch
@@ -0,0 +1,14 @@
+--- doc/barcode.info.old 2003-10-26 19:08:39.000000000 -0800
++++ doc/barcode.info 2003-10-26 19:58:42.179447512 -0800
+@@ -1,6 +1,11 @@
+ This is barcode.info, produced by makeinfo version 4.0 from
+ barcode.texinfo.
+
++INFO-DIR-SECTION Miscellaneous
++START-INFO-DIR-ENTRY
++* Barcode: (barcode). Barcode generation library.
++END-INFO-DIR-ENTRY
++
+ This file is the User's Manual for the barcode library (version
+ 0.98).
+