diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 12:49:26 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 12:49:26 +0000 |
commit | 6d05ac54c47e205f7d8a5a0cb89d67106c962226 (patch) | |
tree | e127d98c597ffee2205868d45f03d1d484d3bfc4 /dev-python/orbit-python | |
parent | removed kpp patch (diff) | |
download | historical-6d05ac54c47e205f7d8a5a0cb89d67106c962226.tar.gz historical-6d05ac54c47e205f7d8a5a0cb89d67106c962226.tar.bz2 historical-6d05ac54c47e205f7d8a5a0cb89d67106c962226.zip |
unmask and changelog fixes
Diffstat (limited to 'dev-python/orbit-python')
-rw-r--r-- | dev-python/orbit-python/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/orbit-python/orbit-python-1.99.0.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-python/orbit-python/ChangeLog b/dev-python/orbit-python/ChangeLog index 6dbc11b5d0a3..f7c65beefd18 100644 --- a/dev-python/orbit-python/ChangeLog +++ b/dev-python/orbit-python/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-python/orbit-python # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/ChangeLog,v 1.7 2003/02/12 06:33:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/ChangeLog,v 1.8 2003/07/12 12:49:26 aliz Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords @@ -30,3 +30,9 @@ unmasking the glib-2.0.1 packages 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. + +*orbit-python-0.3.0-r1 (22 Jun 2003) + + 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. + diff --git a/dev-python/orbit-python/orbit-python-1.99.0.ebuild b/dev-python/orbit-python/orbit-python-1.99.0.ebuild index e458589a510a..c672722eb898 100644 --- a/dev-python/orbit-python/orbit-python-1.99.0.ebuild +++ b/dev-python/orbit-python/orbit-python-1.99.0.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-python/orbit-python/orbit-python-1.99.0.ebuild,v 1.4 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/orbit-python-1.99.0.ebuild,v 1.5 2003/07/12 12:49:26 aliz Exp $ inherit gnome2 debug @@ -19,6 +19,6 @@ RDEPEND="${DEPEND} >=dev-util/pkgconfig-0.12.0" SLOT="2" LICENSE="LGPL-2.1" -KEYWORDS="~x86" +KEYWORDS="x86" DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO" |