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 | cbd8f7f19ff33edd17577e4d2f040971cd4a19ba (patch) | |
tree | e4c839238f9f0a81f4c8e299d392b7a470e166c1 /app-text/kbibtex | |
parent | mask libiconv (diff) | |
download | gentoo-2-cbd8f7f19ff33edd17577e4d2f040971cd4a19ba.tar.gz gentoo-2-cbd8f7f19ff33edd17577e4d2f040971cd4a19ba.tar.bz2 gentoo-2-cbd8f7f19ff33edd17577e4d2f040971cd4a19ba.zip |
Remove old version.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-text/kbibtex')
-rw-r--r-- | app-text/kbibtex/ChangeLog | 8 | ||||
-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 |
3 files changed, 6 insertions, 24 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/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" |