diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2005-02-06 15:41:33 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2005-02-06 15:41:33 +0000 |
commit | 586885cdc12a22c5a0962cd79ab9a054d9465bd6 (patch) | |
tree | 62da433f616c61f9b6dd1d1544d0e6e2b5167afd | |
parent | removed packed jars issue, fixes #79621. thanks to Arne Mejlholm <aaby@gentoo... (diff) | |
download | historical-586885cdc12a22c5a0962cd79ab9a054d9465bd6.tar.gz historical-586885cdc12a22c5a0962cd79ab9a054d9465bd6.tar.bz2 historical-586885cdc12a22c5a0962cd79ab9a054d9465bd6.zip |
Bump to latest version.
-rw-r--r-- | dev-util/omake/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/omake/files/digest-omake-0.9.3 | 1 | ||||
-rw-r--r-- | dev-util/omake/files/digest-omake-0.9.4 | 1 | ||||
-rw-r--r-- | dev-util/omake/omake-0.9.4.ebuild (renamed from dev-util/omake/omake-0.9.3.ebuild) | 4 |
4 files changed, 11 insertions, 5 deletions
diff --git a/dev-util/omake/ChangeLog b/dev-util/omake/ChangeLog index 7c7bd897216a..0304e12d9c07 100644 --- a/dev-util/omake/ChangeLog +++ b/dev-util/omake/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/omake -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/omake/ChangeLog,v 1.3 2004/10/19 07:48:37 mattam Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/omake/ChangeLog,v 1.4 2005/02/06 15:41:33 mattam Exp $ + +*omake-0.9.4 (06 Feb 2005) + + 06 Feb 2005; Matthieu Sozeau <mattam@gentoo.org> -omake-0.9.3.ebuild, + +omake-0.9.4.ebuild: + Bump to latest version, still masked due to readline-5.0 dependency. *omake-0.9.3 (19 Oct 2004) diff --git a/dev-util/omake/files/digest-omake-0.9.3 b/dev-util/omake/files/digest-omake-0.9.3 deleted file mode 100644 index e095c2b8e789..000000000000 --- a/dev-util/omake/files/digest-omake-0.9.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 a6a9044ff1d01ef95715dcdf073d28cf omake-0.9.3-2.tar.gz 801099 diff --git a/dev-util/omake/files/digest-omake-0.9.4 b/dev-util/omake/files/digest-omake-0.9.4 new file mode 100644 index 000000000000..55f64befc66d --- /dev/null +++ b/dev-util/omake/files/digest-omake-0.9.4 @@ -0,0 +1 @@ +MD5 a12913d04184bcf88b0e13e08bbb1ed1 omake-0.9.4-2.tar.gz 1360631 diff --git a/dev-util/omake/omake-0.9.3.ebuild b/dev-util/omake/omake-0.9.4.ebuild index 6dc98dc2a41e..aa4b3afeaf74 100644 --- a/dev-util/omake/omake-0.9.3.ebuild +++ b/dev-util/omake/omake-0.9.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/omake/omake-0.9.3.ebuild,v 1.1 2004/10/19 07:48:37 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/omake/omake-0.9.4.ebuild,v 1.1 2005/02/06 15:41:33 mattam Exp $ EXTRAPV="-2" DESCRIPTION="Make replacement" |