diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-20 04:44:25 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-20 04:44:25 +0000 |
commit | 7736038b2f308e607c7e5bd163d7cf1e60898652 (patch) | |
tree | c0136b0ad1081f2790a7074bbc8a0b9570707cad /app-i18n/bidiv | |
parent | x86 stable wrt #416075 (diff) | |
download | gentoo-2-7736038b2f308e607c7e5bd163d7cf1e60898652.tar.gz gentoo-2-7736038b2f308e607c7e5bd163d7cf1e60898652.tar.bz2 gentoo-2-7736038b2f308e607c7e5bd163d7cf1e60898652.zip |
old
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/bidiv')
-rw-r--r-- | app-i18n/bidiv/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/bidiv/bidiv-1.4.ebuild | 25 | ||||
-rw-r--r-- | app-i18n/bidiv/bidiv-1.5.ebuild | 28 | ||||
-rw-r--r-- | app-i18n/bidiv/files/bidiv-1.5-fribidi.patch | 10 |
4 files changed, 9 insertions, 60 deletions
diff --git a/app-i18n/bidiv/ChangeLog b/app-i18n/bidiv/ChangeLog index 5c88935571f3..25925052ff02 100644 --- a/app-i18n/bidiv/ChangeLog +++ b/app-i18n/bidiv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/bidiv # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/bidiv/ChangeLog,v 1.17 2012/05/20 04:41:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/bidiv/ChangeLog,v 1.18 2012/05/20 04:44:24 ssuominen Exp $ + + 20 May 2012; Samuli Suominen <ssuominen@gentoo.org> -bidiv-1.4.ebuild, + -bidiv-1.5.ebuild: + old 20 May 2012; Samuli Suominen <ssuominen@gentoo.org> bidiv-1.5-r1.ebuild: x86 stable wrt #416075 diff --git a/app-i18n/bidiv/bidiv-1.4.ebuild b/app-i18n/bidiv/bidiv-1.4.ebuild deleted file mode 100644 index 188885d5eeb8..000000000000 --- a/app-i18n/bidiv/bidiv-1.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/bidiv/bidiv-1.4.ebuild,v 1.9 2012/05/20 04:39:04 ssuominen Exp $ - -DESCRIPTION="A BiDirectional Text Viewer" -HOMEPAGE="http://www.ivrix.org.il" -SRC_URI="http://ftp.ivrix.org.il/pub/ivrix/src/cmdline/${P}.tgz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha amd64" -IUSE="" -S=${WORKDIR}/${PN} - -DEPEND="<dev-libs/fribidi-0.19.0" - -src_compile() { - emake || die -} - -src_install() { - exeinto /usr/bin - doexe bidiv - dodoc README WHATSNEW - doman bidiv.1 -} diff --git a/app-i18n/bidiv/bidiv-1.5.ebuild b/app-i18n/bidiv/bidiv-1.5.ebuild deleted file mode 100644 index 257ee7d6c363..000000000000 --- a/app-i18n/bidiv/bidiv-1.5.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/bidiv/bidiv-1.5.ebuild,v 1.1 2007/05/08 16:16:12 drac Exp $ - -inherit toolchain-funcs - -DESCRIPTION="A BiDirectional Text Viewer" -HOMEPAGE="http://www.ivrix.org.il" -SRC_URI="http://ftp.ivrix.org.il/pub/ivrix/src/cmdline/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="" - -S="${WORKDIR}"/${PN} - -DEPEND="dev-libs/fribidi" - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed." -} - -src_install() { - dobin bidiv - dodoc README WHATSNEW - doman bidiv.1 -} diff --git a/app-i18n/bidiv/files/bidiv-1.5-fribidi.patch b/app-i18n/bidiv/files/bidiv-1.5-fribidi.patch index 0671a0e57b26..f07d3b426096 100644 --- a/app-i18n/bidiv/files/bidiv-1.5-fribidi.patch +++ b/app-i18n/bidiv/files/bidiv-1.5-fribidi.patch @@ -1,6 +1,5 @@ -diff -Naur bidiv.orig/Makefile bidiv/Makefile ---- bidiv.orig/Makefile 2006-01-08 03:45:11.000000000 +0900 -+++ bidiv/Makefile 2009-04-13 17:55:23.000000000 +0900 +--- Makefile ++++ Makefile @@ -4,8 +4,8 @@ CC_OPT_FLAGS=-O2 -Wall @@ -12,9 +11,8 @@ diff -Naur bidiv.orig/Makefile bidiv/Makefile all: bidiv -diff -Naur bidiv.orig/bidiv.c bidiv/bidiv.c ---- bidiv.orig/bidiv.c 2006-01-08 04:05:54.000000000 +0900 -+++ bidiv/bidiv.c 2009-04-13 17:55:23.000000000 +0900 +--- bidiv.c ++++ bidiv.c @@ -172,7 +172,7 @@ } #ifndef TRY_UTF8 |