diff options
Diffstat (limited to 'net-irc/ultimate')
-rw-r--r-- | net-irc/ultimate/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/ultimate/ultimate-3.0.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-irc/ultimate/ChangeLog b/net-irc/ultimate/ChangeLog index e4e617de2362..41426736f5d0 100644 --- a/net-irc/ultimate/ChangeLog +++ b/net-irc/ultimate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/ultimate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ChangeLog,v 1.25 2014/01/08 06:39:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ChangeLog,v 1.26 2014/08/10 20:54:00 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> ultimate-3.0.2.ebuild: + QA: drop trailing '.' from DESCRIPTION 08 Jan 2014; Mike Frysinger <vapier@gentoo.org> ultimate-3.0.2-r2.ebuild: Inherit the user eclass for enewuser/etc... diff --git a/net-irc/ultimate/ultimate-3.0.2.ebuild b/net-irc/ultimate/ultimate-3.0.2.ebuild index 1def33510fc7..e25d63714398 100644 --- a/net-irc/ultimate/ultimate-3.0.2.ebuild +++ b/net-irc/ultimate/ultimate-3.0.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ultimate-3.0.2.ebuild,v 1.3 2009/09/23 18:45:45 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ultimate-3.0.2.ebuild,v 1.4 2014/08/10 20:54:00 slyfox Exp $ inherit eutils fixheadtails MY_P="Ultimate${PV/_/.}" -DESCRIPTION="An IRCd server based on DALnet's DreamForge IRCd." +DESCRIPTION="An IRCd server based on DALnet's DreamForge IRCd" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" HOMEPAGE="http://www.shadow-realm.org/" |