diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-05 15:49:03 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-05 15:49:03 +0000 |
commit | 4991e250a2737f5be6e8604360fc1437d7653165 (patch) | |
tree | 0caad56b162274da67c87b67366fc13fd3320e85 | |
parent | Stable for HPPA (bug #299403). (diff) | |
download | gentoo-2-4991e250a2737f5be6e8604360fc1437d7653165.tar.gz gentoo-2-4991e250a2737f5be6e8604360fc1437d7653165.tar.bz2 gentoo-2-4991e250a2737f5be6e8604360fc1437d7653165.zip |
Revision bump.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
-rw-r--r-- | app-text/kbibtex/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/kbibtex/kbibtex-0.3.0_pre20091225.ebuild | 4 | ||||
-rw-r--r-- | app-text/kbibtex/kbibtex-0.3.0_pre20100109.ebuild | 18 |
3 files changed, 28 insertions, 4 deletions
diff --git a/app-text/kbibtex/ChangeLog b/app-text/kbibtex/ChangeLog index 7ee9bd735c33..99f4f1679a27 100644 --- a/app-text/kbibtex/ChangeLog +++ b/app-text/kbibtex/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/kbibtex -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.30 2009/12/25 15:21:46 ssuominen Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.31 2010/01/05 15:49:02 ssuominen Exp $ + +*kbibtex-0.3.0_pre20100109 (05 Jan 2010) + + 05 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> + +kbibtex-0.3.0_pre20100109.ebuild: + Revision bump. *kbibtex-0.3.0_pre20091225 (25 Dec 2009) diff --git a/app-text/kbibtex/kbibtex-0.3.0_pre20091225.ebuild b/app-text/kbibtex/kbibtex-0.3.0_pre20091225.ebuild index 62c094b9a97e..a6c8bc1ea30a 100644 --- a/app-text/kbibtex/kbibtex-0.3.0_pre20091225.ebuild +++ b/app-text/kbibtex/kbibtex-0.3.0_pre20091225.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.3.0_pre20091225.ebuild,v 1.2 2010/01/04 09:56:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.3.0_pre20091225.ebuild,v 1.3 2010/01/05 15:49:02 ssuominen Exp $ EAPI=2 WEBKIT_REQUIRED=always diff --git a/app-text/kbibtex/kbibtex-0.3.0_pre20100109.ebuild b/app-text/kbibtex/kbibtex-0.3.0_pre20100109.ebuild new file mode 100644 index 000000000000..1884430a0ab7 --- /dev/null +++ b/app-text/kbibtex/kbibtex-0.3.0_pre20100109.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.3.0_pre20100109.ebuild,v 1.1 2010/01/05 15:49:03 ssuominen Exp $ + +EAPI=2 +WEBKIT_REQUIRED=always +inherit kde4-base + +DESCRIPTION="A BibTeX editor for KDE to edit bibliographies used with LaTeX" +HOMEPAGE="http://home.gna.org/kbibtex/" +SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="virtual/tex-base" |