diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-12-05 12:53:51 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-12-05 12:53:51 +0000 |
commit | 6e75dba6e1cef42ef59d9c7b8aa5a65f3ca484d4 (patch) | |
tree | 944425aef5e04fac09e89c83cb5c45eb0233b75a /app-text | |
parent | When doing profiling, enable profiling for libs as well as executables. (diff) | |
download | historical-6e75dba6e1cef42ef59d9c7b8aa5a65f3ca484d4.tar.gz historical-6e75dba6e1cef42ef59d9c7b8aa5a65f3ca484d4.tar.bz2 historical-6e75dba6e1cef42ef59d9c7b8aa5a65f3ca484d4.zip |
Version bump.
Package-Manager: portage-2.0.53
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/kbibtex/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/kbibtex/Manifest | 14 | ||||
-rw-r--r-- | app-text/kbibtex/files/digest-kbibtex-0.1.3 | 1 | ||||
-rw-r--r-- | app-text/kbibtex/kbibtex-0.1.3.ebuild | 20 |
4 files changed, 30 insertions, 12 deletions
diff --git a/app-text/kbibtex/ChangeLog b/app-text/kbibtex/ChangeLog index 11360855d2a7..61ababfe31c4 100644 --- a/app-text/kbibtex/ChangeLog +++ b/app-text/kbibtex/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/kbibtex # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.3 2005/11/25 21:34:20 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.4 2005/12/05 12:53:51 cryos Exp $ + +*kbibtex-0.1.3 (05 Dec 2005) + + 05 Dec 2005; Marcus D. Hanwell <cryos@gentoo.org> +kbibtex-0.1.3.ebuild: + Version bump. 25 Nov 2005; Marcus D. Hanwell <cryos@gentoo.org> -kbibtex-0.1.2.ebuild: Removed old version. diff --git a/app-text/kbibtex/Manifest b/app-text/kbibtex/Manifest index f40390545ba0..689dc42b3fb9 100644 --- a/app-text/kbibtex/Manifest +++ b/app-text/kbibtex/Manifest @@ -1,15 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 9baa8b86bf62ace7b170f727acb252b2 ChangeLog 724 +MD5 56577143abd7d0e5013f0f7786797abb ChangeLog 846 MD5 ba6f76293055004ed31994c63a03bc50 files/digest-kbibtex-0.1.2-r1 66 +MD5 c98719fa60044330ece5e78ca3aed0b0 files/digest-kbibtex-0.1.3 66 MD5 d73b24ac9d7c9901907110465a1d2d3f files/kbibtex-0.1.2-strings-fix.patch 428 MD5 b5ff03d7ab6efe36ba64c11b7f82cd95 kbibtex-0.1.2-r1.ebuild 559 +MD5 327aa7c5c9389d0feb20567a89505865 kbibtex-0.1.3.ebuild 562 MD5 636e395cdc2eb9b72ab00fa7ea45ad0f metadata.xml 408 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDh4NsntT9W3vfTuoRAjLuAJ9mIVotLcOk4okITdWcD4/AbelEfQCePYM/ -+cBcmpVwk7e+SY+mpnIVgn0= -=e9Sy ------END PGP SIGNATURE----- diff --git a/app-text/kbibtex/files/digest-kbibtex-0.1.3 b/app-text/kbibtex/files/digest-kbibtex-0.1.3 new file mode 100644 index 000000000000..29c9daeeefc6 --- /dev/null +++ b/app-text/kbibtex/files/digest-kbibtex-0.1.3 @@ -0,0 +1 @@ +MD5 a0d602e627d0fa05dad714e44637678d kbibtex-0.1.3.tar.bz2 539414 diff --git a/app-text/kbibtex/kbibtex-0.1.3.ebuild b/app-text/kbibtex/kbibtex-0.1.3.ebuild new file mode 100644 index 000000000000..6e6308ef12e4 --- /dev/null +++ b/app-text/kbibtex/kbibtex-0.1.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.1.3.ebuild,v 1.1 2005/12/05 12:53:51 cryos Exp $ + +inherit kde + +DESCRIPTION="BibTeX editor for KDE" +HOMEPAGE="http://www.unix-ag.uni-kl.de/~fischer/kbibtex/" +SRC_URI="http://www.unix-ag.uni-kl.de/~fischer/kbibtex/download/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=dev-libs/libxml2-2.6.22 + >=dev-libs/libxslt-1.1.15" +RDEPEND="virtual/tetex" + +need-kde 3.3 |