diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 09:22:23 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 09:22:23 +0000 |
commit | 2629d931fc2f427cca193049a3e288372d2023f0 (patch) | |
tree | db6a1d3676c8a5d9249384694df25825073db79f /dev-libs/libole2 | |
parent | Enable calendar support for 1.4 (diff) | |
download | gentoo-2-2629d931fc2f427cca193049a3e288372d2023f0.tar.gz gentoo-2-2629d931fc2f427cca193049a3e288372d2023f0.tar.bz2 gentoo-2-2629d931fc2f427cca193049a3e288372d2023f0.zip |
unmasks and changelog fixes
Diffstat (limited to 'dev-libs/libole2')
-rw-r--r-- | dev-libs/libole2/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/libole2/libole2-0.2.4-r1.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-libs/libole2/ChangeLog b/dev-libs/libole2/ChangeLog index 68eb35705a11..688602d13fcf 100644 --- a/dev-libs/libole2/ChangeLog +++ b/dev-libs/libole2/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-libs/libole2 # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libole2/ChangeLog,v 1.10 2003/03/31 17:21:50 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libole2/ChangeLog,v 1.11 2003/07/12 09:22:22 aliz Exp $ *libole2-0.2.4-r1 (31 Mar 2003) @@ -38,3 +38,9 @@ comments should well explained and written in clean English. The details about writing correct changelogs are explained in the skel.ChangeLog file which you can find in the root directory of the portage repository. + +*libole2-0.2.3-r1 (13 Feb 2003) + + 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. + diff --git a/dev-libs/libole2/libole2-0.2.4-r1.ebuild b/dev-libs/libole2/libole2-0.2.4-r1.ebuild index a00e6e20ac59..092952ef14b2 100644 --- a/dev-libs/libole2/libole2-0.2.4-r1.ebuild +++ b/dev-libs/libole2/libole2-0.2.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libole2/libole2-0.2.4-r1.ebuild,v 1.1 2003/03/31 17:21:50 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libole2/libole2-0.2.4-r1.ebuild,v 1.2 2003/07/12 09:22:22 aliz Exp $ inherit gnome.org @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnome.org/" IUSE="" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~ppc ~alpha" +KEYWORDS="x86 ~sparc ~ppc ~alpha" DEPEND="=dev-libs/glib-1.2* dev-util/gtk-doc" |