dilfridge    14/12/27 21:18:50

  Modified:             ChangeLog
  Added:                mythes-1.2.4.ebuild
  Log:
  Version bump, bug 530506
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  Changes    Path
1.18                 app-text/mythes/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mythes/ChangeLog?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mythes/ChangeLog?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mythes/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/mythes/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   8 Dec 2012 12:25:25 -0000       1.17
+++ ChangeLog   27 Dec 2014 21:18:50 -0000      1.18
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/mythes
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/ChangeLog,v 1.17 2012/12/08 
12:25:25 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/ChangeLog,v 1.18 2014/12/27 
21:18:50 dilfridge Exp $
+
+*mythes-1.2.4 (27 Dec 2014)
+
+  27 Dec 2014; Andreas K. Huettel <[email protected]> +mythes-1.2.4.ebuild:
+  Version bump, bug 530506
 
   08 Dec 2012; Markus Meier <[email protected]> mythes-1.2.3.ebuild:
   add ~arm, bug #440908



1.1                  app-text/mythes/mythes-1.2.4.ebuild

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

Index: mythes-1.2.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/mythes-1.2.4.ebuild,v 1.1 
2014/12/27 21:18:50 dilfridge Exp $

EAPI=5

DESCRIPTION="A simple thesaurus for Libreoffice"
HOMEPAGE="http://hunspell.sourceforge.net/";
SRC_URI="mirror://sourceforge/hunspell/MyThes/${PV}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"

RDEPEND="app-text/hunspell"
DEPEND="${DEPEND}
        virtual/pkgconfig"

src_configure() {
        econf \
                $(use_enable static-libs static)
}

src_install() {
        default
        find "${ED}" -name '*.la' -exec rm -f {} +
}




Reply via email to