summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ferri <mescalinum@gentoo.org>2009-08-08 01:08:07 +0000
committerFederico Ferri <mescalinum@gentoo.org>2009-08-08 01:08:07 +0000
commit50353698235f8d4f351f36dfb0d7fc8ad2f6dbd8 (patch)
tree0e4127197e59180f560be9cd458e7f637e83ebe2 /dev-tcltk/mysqltcl
parentVersion bump (diff)
downloadgentoo-2-50353698235f8d4f351f36dfb0d7fc8ad2f6dbd8.tar.gz
gentoo-2-50353698235f8d4f351f36dfb0d7fc8ad2f6dbd8.tar.bz2
gentoo-2-50353698235f8d4f351f36dfb0d7fc8ad2f6dbd8.zip
verison bump 3.05
(Portage version: 2.2_rc36/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk/mysqltcl')
-rw-r--r--dev-tcltk/mysqltcl/ChangeLog10
-rw-r--r--dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild (renamed from dev-tcltk/mysqltcl/mysqltcl-3.02.ebuild)7
2 files changed, 12 insertions, 5 deletions
diff --git a/dev-tcltk/mysqltcl/ChangeLog b/dev-tcltk/mysqltcl/ChangeLog
index 3aa5c8379287..d898e95320c4 100644
--- a/dev-tcltk/mysqltcl/ChangeLog
+++ b/dev-tcltk/mysqltcl/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-tcltk/mysqltcl
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/ChangeLog,v 1.12 2008/04/10 18:31:56 fmccor Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/ChangeLog,v 1.13 2009/08/08 01:08:07 mescalinum Exp $
+
+*mysqltcl-3.05 (08 Aug 2009)
+
+ 08 Aug 2009; Federico Ferri <mescalinum@gentoo.org> -mysqltcl-3.02.ebuild,
+ +mysqltcl-3.05.ebuild:
+ version bump 3.05
10 Apr 2008; Ferris McCormick <fmccor@gentoo.org> mysqltcl-3.02.ebuild:
Add ~sparc at user's (LabMonkey) suggestion. Nice application and appears to
diff --git a/dev-tcltk/mysqltcl/mysqltcl-3.02.ebuild b/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild
index 40ea730058b2..3dac1c88eb94 100644
--- a/dev-tcltk/mysqltcl/mysqltcl-3.02.ebuild
+++ b/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-3.02.ebuild,v 1.3 2008/04/10 18:31:56 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild,v 1.1 2009/08/08 01:08:07 mescalinum Exp $
DESCRIPTION="TCL MySQL Interface"
HOMEPAGE="http://www.xdobry.de/mysqltcl/"
@@ -13,10 +13,11 @@ IUSE=""
DEPEND=">=dev-lang/tcl-8.1.0
>=virtual/mysql-4.1"
+RDEPEND="${DEPEND}"
src_install() {
make DESTDIR="${D}" install || die
- dodoc AUTHORS COPYING README README-msqltcl ChangeLog
+ dodoc AUTHORS README README-msqltcl ChangeLog
dohtml doc/mysqltcl.html
prepalldocs
}