diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 10:28:30 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 10:28:30 +0000 |
commit | 6671f5c1f5d28ead4f5fc3e9dc5ab2551e551481 (patch) | |
tree | 83ecf902869a064086f2abc59f365d68ba68a023 /net-misc/omniORB | |
parent | repoman QA issues (diff) | |
download | gentoo-2-6671f5c1f5d28ead4f5fc3e9dc5ab2551e551481.tar.gz gentoo-2-6671f5c1f5d28ead4f5fc3e9dc5ab2551e551481.tar.bz2 gentoo-2-6671f5c1f5d28ead4f5fc3e9dc5ab2551e551481.zip |
repoman QA issues
Diffstat (limited to 'net-misc/omniORB')
-rw-r--r-- | net-misc/omniORB/ChangeLog | 14 | ||||
-rw-r--r-- | net-misc/omniORB/omniORB-304-r6.ebuild | 5 | ||||
-rw-r--r-- | net-misc/omniORB/omniORB-304.ebuild | 5 |
3 files changed, 19 insertions, 5 deletions
diff --git a/net-misc/omniORB/ChangeLog b/net-misc/omniORB/ChangeLog index 544eeb303064..13d7ad970410 100644 --- a/net-misc/omniORB/ChangeLog +++ b/net-misc/omniORB/ChangeLog @@ -1,13 +1,21 @@ # ChangeLog for net-misc/omniORB # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/ChangeLog,v 1.1 2002/02/01 21:53:35 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/ChangeLog,v 1.2 2002/07/09 10:28:30 phoenix Exp $ *omniORB-304-r6 (1 Feb 2002) - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - + 09 Jul 2002; phoen][x <phoenix@gentoo.org> omniORB-304-r6.ebuild : + Added KEYWORDS, LICENSE, SLOT. + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is updated in any way. This changelog is targetted to users. This means that the 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. + +*omniORB-304 (?? ???? ????) + + 09 Jul 2002; phoen][x <phoenix@gentoo.org> omniORB-304.ebuild : + Added KEYWORDS, LICENSE, SLOT. + diff --git a/net-misc/omniORB/omniORB-304-r6.ebuild b/net-misc/omniORB/omniORB-304-r6.ebuild index 0b5118fc90cd..c448b4f6d177 100644 --- a/net-misc/omniORB/omniORB-304-r6.ebuild +++ b/net-misc/omniORB/omniORB-304-r6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Holger Brueckner <darks@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/omniORB-304-r6.ebuild,v 1.1 2001/09/13 16:57:58 darks Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/omniORB-304-r6.ebuild,v 1.2 2002/07/09 10:28:30 phoenix Exp $ A="${PN}_${PV}.tar.gz omniORBpy_1_4.tar.gz omniNotify11b1.tar.gz" S=${WORKDIR}/omni @@ -10,6 +10,9 @@ SRC_URI="ftp://ftp.uk.research.att.com/pub/omniORB/omniORB3/${PN}_${PV}.tar.gz ftp://ftp.uk.research.att.com/pub/omniORB/omniORBpy/${PN}py_1_4.tar.gz ftp://ftp.uk.research.att.com/pub/omniNotify/omniNotify1/omniNotify11b1.tar.gz" HOMEPAGE="http://www.uk.research.att.com/omniORB/" +KEYWORDS="x86" +LICENSE="GPL-2" +SLOT="0" DEPEND="virtual/glibc >=dev-lang/python-2.1" diff --git a/net-misc/omniORB/omniORB-304.ebuild b/net-misc/omniORB/omniORB-304.ebuild index e12251610f3b..bd2aafbbfb82 100644 --- a/net-misc/omniORB/omniORB-304.ebuild +++ b/net-misc/omniORB/omniORB-304.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Holger Brueckner <darks@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/omniORB-304.ebuild,v 1.7 2001/09/13 16:57:58 darks Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/omniORB-304.ebuild,v 1.8 2002/07/09 10:28:30 phoenix Exp $ A="${PN}_${PV}.tar.gz omniORBpy_1_4.tar.gz omniNotify11b1.tar.gz" S=${WORKDIR}/omni @@ -10,6 +10,9 @@ SRC_URI="ftp://ftp.uk.research.att.com/pub/omniORB/omniORB3/${PN}_${PV}.tar.gz ftp://ftp.uk.research.att.com/pub/omniORB/omniORBpy/${PN}py_1_4.tar.gz ftp://ftp.uk.research.att.com/pub/omniNotify/omniNotify1/omniNotify11b1.tar.gz" HOMEPAGE="http://www.uk.research.att.com/omniORB/" +KEYWORDS="x86" +LICENSE="GPL-2" +SLOT="0" DEPEND="virtual/glibc >=dev-lang/python-2.1" |