diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-18 23:08:54 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-18 23:08:54 +0000 |
commit | 9140f0bab760663441ee34063a841133eac63bdb (patch) | |
tree | 48a1232013306842bd8f6d40fcc48b2a83521e7a /app-text/kbibtex | |
parent | mask libiconv (diff) | |
download | historical-9140f0bab760663441ee34063a841133eac63bdb.tar.gz historical-9140f0bab760663441ee34063a841133eac63bdb.tar.bz2 historical-9140f0bab760663441ee34063a841133eac63bdb.zip |
Remove old version.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-text/kbibtex')
-rw-r--r-- | app-text/kbibtex/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/kbibtex/Manifest | 10 | ||||
-rw-r--r-- | app-text/kbibtex/files/digest-kbibtex-0.1.2-r1 | 1 | ||||
-rw-r--r-- | app-text/kbibtex/kbibtex-0.1.2-r1.ebuild | 21 |
4 files changed, 10 insertions, 30 deletions
diff --git a/app-text/kbibtex/ChangeLog b/app-text/kbibtex/ChangeLog index 8d41e0b104f0..3b15f654608b 100644 --- a/app-text/kbibtex/ChangeLog +++ b/app-text/kbibtex/ChangeLog @@ -1,6 +1,10 @@ # 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.6 2005/12/17 15:49:07 cryos Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.7 2006/01/18 23:08:54 cryos Exp $ + + 18 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> + -kbibtex-0.1.2-r1.ebuild: + Remove old version. 17 Dec 2005; Marcus D. Hanwell <cryos@gentoo.org> kbibtex-0.1.3.ebuild: Fixed the dependencies up a little. diff --git a/app-text/kbibtex/Manifest b/app-text/kbibtex/Manifest index efbcb147e16c..67c94b126cf8 100644 --- a/app-text/kbibtex/Manifest +++ b/app-text/kbibtex/Manifest @@ -1,17 +1,15 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 88873bb3f7bd0a75a674b41d87fede84 ChangeLog 1113 -MD5 ba6f76293055004ed31994c63a03bc50 files/digest-kbibtex-0.1.2-r1 66 +MD5 31381bf2b0e43170d54f935421efd0a9 ChangeLog 1216 MD5 28265cf98171e85a67caa02a23491532 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 9226f3c970df369b61e2acca80b0dcfa kbibtex-0.1.3.ebuild 601 MD5 636e395cdc2eb9b72ab00fa7ea45ad0f metadata.xml 408 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDpDN+ntT9W3vfTuoRAmjaAJ9gLVLh0f9f6BmvnsRFGwAwmfO8FQCfdVyG -/XcMcHue+8rCWldfnEQvR64= -=jqhn +iD8DBQFDzsqSntT9W3vfTuoRAr3DAKCE+n0z2k3FUDCrMfmvOUNdnEbVdgCeIHfg +9+6wEzADIgjfwcw/ox0gLP8= +=7G0y -----END PGP SIGNATURE----- diff --git a/app-text/kbibtex/files/digest-kbibtex-0.1.2-r1 b/app-text/kbibtex/files/digest-kbibtex-0.1.2-r1 deleted file mode 100644 index c21394b7a3cb..000000000000 --- a/app-text/kbibtex/files/digest-kbibtex-0.1.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d90b2f793d7f3673d3ced07b048bd0bf kbibtex-0.1.2.tar.bz2 540139 diff --git a/app-text/kbibtex/kbibtex-0.1.2-r1.ebuild b/app-text/kbibtex/kbibtex-0.1.2-r1.ebuild deleted file mode 100644 index eafc0d6a1dab..000000000000 --- a/app-text/kbibtex/kbibtex-0.1.2-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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.2-r1.ebuild,v 1.1 2005/10/10 09:33:54 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="" -RDEPEND="virtual/tetex" - -need-kde 3.3 - -PATCHES="${FILESDIR}/${P}-strings-fix.patch" |