diff options
author | 2007-01-03 02:39:05 +0000 | |
---|---|---|
committer | 2007-01-03 02:39:05 +0000 | |
commit | 18b81ba61aaab3fbeb7d1ab1038fa6d8af688c8a (patch) | |
tree | 5d241fb32ff1c95b9f7ba6be81f4a30d19ceb19b /dev-python | |
parent | New version of xac. Includes interactive mode (not yet complete), PS3 suppor... (diff) | |
download | historical-18b81ba61aaab3fbeb7d1ab1038fa6d8af688c8a.tar.gz historical-18b81ba61aaab3fbeb7d1ab1038fa6d8af688c8a.tar.bz2 historical-18b81ba61aaab3fbeb7d1ab1038fa6d8af688c8a.zip |
amd64 stable, bug 128688
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/twisted-news/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/twisted-news/twisted-news-0.2.0.ebuild | 6 | ||||
-rw-r--r-- | dev-python/twisted-runner/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/twisted-runner/twisted-runner-0.2.0.ebuild | 6 |
4 files changed, 16 insertions, 10 deletions
diff --git a/dev-python/twisted-news/ChangeLog b/dev-python/twisted-news/ChangeLog index ce87d7d4b59e..0e5657ced19d 100644 --- a/dev-python/twisted-news/ChangeLog +++ b/dev-python/twisted-news/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted-news -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.15 2006/10/20 20:39:01 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.16 2007/01/03 02:37:39 beandog Exp $ + + 03 Jan 2007; Steve Dibb <beandog@gentoo.org> twisted-news-0.2.0.ebuild: + amd64 stable, bug 128688 20 Oct 2006; Bryan Ăstergaard <kloeri@gentoo.org> twisted-news-0.2.0.ebuild: diff --git a/dev-python/twisted-news/twisted-news-0.2.0.ebuild b/dev-python/twisted-news/twisted-news-0.2.0.ebuild index bcd0409a13c4..34fd5aa9775f 100644 --- a/dev-python/twisted-news/twisted-news-0.2.0.ebuild +++ b/dev-python/twisted-news/twisted-news-0.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-0.2.0.ebuild,v 1.5 2006/10/20 20:39:01 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-0.2.0.ebuild,v 1.6 2007/01/03 02:37:39 beandog Exp $ MY_PACKAGE=News @@ -8,7 +8,7 @@ inherit twisted DESCRIPTION="Twisted News is an NNTP server and programming library." -KEYWORDS="alpha ~amd64 ia64 ~ppc ~sparc ~x86" +KEYWORDS="alpha amd64 ia64 ~ppc ~sparc ~x86" DEPEND=">=dev-python/twisted-2.4 dev-python/twisted-mail" diff --git a/dev-python/twisted-runner/ChangeLog b/dev-python/twisted-runner/ChangeLog index ddd3db629756..c6bcdd03b653 100644 --- a/dev-python/twisted-runner/ChangeLog +++ b/dev-python/twisted-runner/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted-runner -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.14 2006/08/01 15:18:08 blubb Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.15 2007/01/03 02:39:05 beandog Exp $ + + 03 Jan 2007; Steve Dibb <beandog@gentoo.org> twisted-runner-0.2.0.ebuild: + amd64 stable, bug 128688 01 Aug 2006; Simon Stelling <blubb@gentoo.org> twisted-runner-0.2.0.ebuild: diff --git a/dev-python/twisted-runner/twisted-runner-0.2.0.ebuild b/dev-python/twisted-runner/twisted-runner-0.2.0.ebuild index 6ce70e103691..b2aec446ea4f 100644 --- a/dev-python/twisted-runner/twisted-runner-0.2.0.ebuild +++ b/dev-python/twisted-runner/twisted-runner-0.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-0.2.0.ebuild,v 1.3 2006/08/01 15:18:08 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-0.2.0.ebuild,v 1.4 2007/01/03 02:39:05 beandog Exp $ MY_PACKAGE=Runner @@ -8,7 +8,7 @@ inherit twisted DESCRIPTION="Twisted Runner is a process management library and inetd replacement." -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86" DEPEND=">=dev-python/twisted-2.4" |