summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-02-22 08:56:20 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-02-22 08:56:20 +0000
commit2b4c712efe6d2c14f1f20d1529e89e5313527270 (patch)
treef35cababd3f9fef6f90d09a7aeacfb0f0b78eb4c /app-text/kbibtex
parentstable x86, bug 305733 (diff)
downloadgentoo-2-2b4c712efe6d2c14f1f20d1529e89e5313527270.tar.gz
gentoo-2-2b4c712efe6d2c14f1f20d1529e89e5313527270.tar.bz2
gentoo-2-2b4c712efe6d2c14f1f20d1529e89e5313527270.zip
Revision bump.
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'app-text/kbibtex')
-rw-r--r--app-text/kbibtex/ChangeLog8
-rw-r--r--app-text/kbibtex/kbibtex-0.3.0_pre20100211.ebuild4
-rw-r--r--app-text/kbibtex/kbibtex-0.3.0_pre20100222.ebuild20
3 files changed, 29 insertions, 3 deletions
diff --git a/app-text/kbibtex/ChangeLog b/app-text/kbibtex/ChangeLog
index 6ac04fb6ec10..dbe974f7c88b 100644
--- a/app-text/kbibtex/ChangeLog
+++ b/app-text/kbibtex/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/kbibtex
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.34 2010/02/11 10:47:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.35 2010/02/22 08:56:20 ssuominen Exp $
+
+*kbibtex-0.3.0_pre20100222 (22 Feb 2010)
+
+ 22 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
+ +kbibtex-0.3.0_pre20100222.ebuild:
+ Revision bump.
*kbibtex-0.3.0_pre20100211 (11 Feb 2010)
diff --git a/app-text/kbibtex/kbibtex-0.3.0_pre20100211.ebuild b/app-text/kbibtex/kbibtex-0.3.0_pre20100211.ebuild
index e579097a1872..23dae162bf78 100644
--- a/app-text/kbibtex/kbibtex-0.3.0_pre20100211.ebuild
+++ b/app-text/kbibtex/kbibtex-0.3.0_pre20100211.ebuild
@@ -1,6 +1,6 @@
# 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_pre20100211.ebuild,v 1.1 2010/02/11 10:47:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.3.0_pre20100211.ebuild,v 1.2 2010/02/22 08:56:20 ssuominen Exp $
EAPI=2
WEBKIT_REQUIRED=always
@@ -8,7 +8,7 @@ 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"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="4"
diff --git a/app-text/kbibtex/kbibtex-0.3.0_pre20100222.ebuild b/app-text/kbibtex/kbibtex-0.3.0_pre20100222.ebuild
new file mode 100644
index 000000000000..1a468dd2eb86
--- /dev/null
+++ b/app-text/kbibtex/kbibtex-0.3.0_pre20100222.ebuild
@@ -0,0 +1,20 @@
+# 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_pre20100222.ebuild,v 1.1 2010/02/22 08:56:20 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"
+RDEPEND="${DEPEND}
+ dev-tex/bibtex2html"