blueness    14/12/20 11:40:58

  Modified:             ChangeLog
  Added:                halibut-1.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  Changes    Path
1.15                 app-doc/halibut/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/halibut/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/halibut/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/halibut/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-doc/halibut/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   27 Jan 2014 14:41:42 -0000      1.14
+++ ChangeLog   20 Dec 2014 11:40:58 -0000      1.15
@@ -1,6 +1,11 @@
 # ChangeLog for app-doc/halibut
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/halibut/ChangeLog,v 1.14 2014/01/27 
14:41:42 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/halibut/ChangeLog,v 1.15 2014/12/20 
11:40:58 blueness Exp $
+
+*halibut-1.1 (20 Dec 2014)
+
+  20 Dec 2014; Anthony G. Basile <[email protected]> +halibut-1.1.ebuild:
+  Version bump
 
   27 Jan 2014; Anthony G. Basile <[email protected]> metadata.xml:
   Needed for agedu which I take care of



1.1                  app-doc/halibut/halibut-1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/halibut/halibut-1.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/halibut/halibut-1.1.ebuild?rev=1.1&content-type=text/plain

Index: halibut-1.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/halibut/halibut-1.1.ebuild,v 1.1 
2014/12/20 11:40:58 blueness Exp $

EAPI="5"

inherit toolchain-funcs

DESCRIPTION="yet another free document preparation system"
HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/halibut/";
SRC_URI="http://www.chiark.greenend.org.uk/~sgtatham/${PN}/${P}.tar.gz";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

src_compile() {
        tc-export CC
        CFLAGS="${CFLAGS} ${CPPFLAGS}" \
        LFLAGS="${LDFLAGS}" \
        emake -j1 \
                BUILDDIR="${S}/build" \
                VERSION="${PV}" \
                || die "make failed"

        emake -C doc || die "make in doc failed"
}

src_install() {
        dobin build/halibut || die
        doman doc/halibut.1 || die
        dodoc doc/halibut.txt
        dohtml doc/*.html
}




Reply via email to