summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2004-03-15 12:02:26 +0000
committerChuck Short <zul@gentoo.org>2004-03-15 12:02:26 +0000
commit9df5bc429cefb3580d23b2d79b03f1107f67cde4 (patch)
treeb4a3bab6b96795a386e5ad0589d95368762e756a /net-irc/oer-mysql
parentfixing #44600 (Manifest recommit) (diff)
downloadgentoo-2-9df5bc429cefb3580d23b2d79b03f1107f67cde4.tar.gz
gentoo-2-9df5bc429cefb3580d23b2d79b03f1107f67cde4.tar.bz2
gentoo-2-9df5bc429cefb3580d23b2d79b03f1107f67cde4.zip
marked stable for x86, updated headers, use my_P for custom name.
Diffstat (limited to 'net-irc/oer-mysql')
-rw-r--r--net-irc/oer-mysql/ChangeLog7
-rw-r--r--net-irc/oer-mysql/Manifest4
-rw-r--r--net-irc/oer-mysql/oer-mysql-1.0.42.ebuild12
3 files changed, 14 insertions, 9 deletions
diff --git a/net-irc/oer-mysql/ChangeLog b/net-irc/oer-mysql/ChangeLog
index 2159bb08eac1..c7fa2ee2fddb 100644
--- a/net-irc/oer-mysql/ChangeLog
+++ b/net-irc/oer-mysql/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-irc/oer-mysql
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/oer-mysql/ChangeLog,v 1.1 2003/12/28 23:06:52 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/oer-mysql/ChangeLog,v 1.2 2004/03/15 12:02:16 zul Exp $
+
+ 15 Mar 2004; Chuck Short <zul@gentoo.org> oer-mysql-1.0.42.ebuild:
+ Marked stable for x86
+ Updated headers
+ use MY_P for a custom name not PN.
*oer-mysql-1.0.42 (28 Dec 2003)
diff --git a/net-irc/oer-mysql/Manifest b/net-irc/oer-mysql/Manifest
index dccceb430f1d..d898060cff5a 100644
--- a/net-irc/oer-mysql/Manifest
+++ b/net-irc/oer-mysql/Manifest
@@ -1,4 +1,4 @@
-MD5 8c585b0b3a03ff9945dcf80f9b4c11db ChangeLog 392
-MD5 ba49e260d791441c1d71c471923174f8 oer-mysql-1.0.42.ebuild 2441
+MD5 f13538e5a2ac7dfdda81cf853cc80787 ChangeLog 541
+MD5 bd4d2772a12ca2633623c347123ba434 oer-mysql-1.0.42.ebuild 2447
MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
MD5 d2054296b7eda8cf7e857eedf0af8a7b files/digest-oer-mysql-1.0.42 68
diff --git a/net-irc/oer-mysql/oer-mysql-1.0.42.ebuild b/net-irc/oer-mysql/oer-mysql-1.0.42.ebuild
index f096a0b94d72..6829e0776a7b 100644
--- a/net-irc/oer-mysql/oer-mysql-1.0.42.ebuild
+++ b/net-irc/oer-mysql/oer-mysql-1.0.42.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/oer-mysql/oer-mysql-1.0.42.ebuild,v 1.1 2003/12/28 23:06:52 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/oer-mysql/oer-mysql-1.0.42.ebuild,v 1.2 2004/03/15 12:02:16 zul Exp $
IUSE=""
-PN="oer+MySQL"
-S=${WORKDIR}/${PN}-dist
+MY_P=N"oer+MySQL"
+S=${WORKDIR}/${MY_P}-dist
DESCRIPTION="Free to use GPL'd IRC bot"
HOMEPAGE="http://oer.equnet.org/"
-SRC_URI="http://oer.equnet.org/testing/${PN}-1.0-42.tar.gz"
+SRC_URI="http://oer.equnet.org/testing/${MY_P}-1.0-42.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
RDEPEND="virtual/glibc
>=dev-db/mysql-3.23.52-r1