diff options
author | Johannes Huber <johu@gentoo.org> | 2011-12-08 12:01:56 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2011-12-08 12:01:56 +0000 |
commit | 4a88e3f73ff6a00fdffc904d5a271d1b07203751 (patch) | |
tree | e42d26983a98e271a6def04fda7e510b5eb8bced /app-text | |
parent | Version bump, removed old, bug #393207 (diff) | |
download | gentoo-2-4a88e3f73ff6a00fdffc904d5a271d1b07203751.tar.gz gentoo-2-4a88e3f73ff6a00fdffc904d5a271d1b07203751.tar.bz2 gentoo-2-4a88e3f73ff6a00fdffc904d5a271d1b07203751.zip |
Version bump
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/kbibtex/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/kbibtex/kbibtex-0.4.ebuild | 33 |
2 files changed, 39 insertions, 1 deletions
diff --git a/app-text/kbibtex/ChangeLog b/app-text/kbibtex/ChangeLog index 384db1016dee..0fe27b62f439 100644 --- a/app-text/kbibtex/ChangeLog +++ b/app-text/kbibtex/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/kbibtex # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.40 2011/09/09 20:19:49 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.41 2011/12/08 12:01:56 johu Exp $ + +*kbibtex-0.4 (08 Dec 2011) + + 08 Dec 2011; Johannes Huber <johu@gentoo.org> +kbibtex-0.4.ebuild: + Version bump 09 Sep 2011; Andreas K. Huettel <dilfridge@gentoo.org> kbibtex-0.3.ebuild: Add missing poppler dependency, bug 382203 diff --git a/app-text/kbibtex/kbibtex-0.4.ebuild b/app-text/kbibtex/kbibtex-0.4.ebuild new file mode 100644 index 000000000000..911c18629f41 --- /dev/null +++ b/app-text/kbibtex/kbibtex-0.4.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.4.ebuild,v 1.1 2011/12/08 12:01:55 johu Exp $ + +EAPI=4 + +inherit versionator kde4-base + +DESCRIPTION="BibTeX editor for KDE to edit bibliographies used with LaTeX" +HOMEPAGE="http://home.gna.org/kbibtex/" +if [[ ${PV} != *9999* ]]; then + SRC_URI="http://download.gna.org/${PN}/$(get_version_component_range 1-2)/${P/_/-}.tar.bz2" + KEYWORDS="~amd64 ~x86" +else + ESVN_REPO_URI="svn://svn.gna.org/svn/${PN}/trunk" + ESVN_PROJECT="${PN}" + KEYWORDS="" +fi + +LICENSE="GPL-2" +SLOT="4" +IUSE="debug" + +DEPEND=" + app-text/poppler[qt4] + dev-libs/libxml2 + dev-libs/libxslt + virtual/tex-base +" +RDEPEND="${DEPEND} + dev-tex/bibtex2html" + +S=${WORKDIR}/${P/_/-} |