summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Phillip Brink <binki@gentoo.org>2011-08-11 23:05:43 +0000
committerNathan Phillip Brink <binki@gentoo.org>2011-08-11 23:05:43 +0000
commit69d78ec4ca2e5ba15a32721034e728313f8cdb6c (patch)
tree2fe39069ba20c3c41a5eee7f10b308c3d6cbaf08 /net-irc
parentRemove .la files and add static-libs USE flag. (diff)
downloadhistorical-69d78ec4ca2e5ba15a32721034e728313f8cdb6c.tar.gz
historical-69d78ec4ca2e5ba15a32721034e728313f8cdb6c.tar.bz2
historical-69d78ec4ca2e5ba15a32721034e728313f8cdb6c.zip
Use an existing versionator function to determine the minor version, fixes bug #378551 by slepnoga.
Package-Manager: portage-2.2.0_alpha49-r1/cvs/Linux x86_64
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/quassel/ChangeLog6
-rw-r--r--net-irc/quassel/quassel-0.7.2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-irc/quassel/ChangeLog b/net-irc/quassel/ChangeLog
index 6fdd22b9d3e6..b88a097b251c 100644
--- a/net-irc/quassel/ChangeLog
+++ b/net-irc/quassel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/quassel
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.127 2011/04/20 11:12:35 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.128 2011/08/11 23:05:43 binki Exp $
+
+ 11 Aug 2011; Nathan Phillip Brink <binki@gentoo.org> quassel-0.7.2.ebuild:
+ Use an existing versionator function to determine the minor version, fixes
+ bug #378551 by slepnoga.
20 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> -quassel-0.7.1.ebuild,
quassel-0.7.2.ebuild, quassel-9999.ebuild:
diff --git a/net-irc/quassel/quassel-0.7.2.ebuild b/net-irc/quassel/quassel-0.7.2.ebuild
index 1bb8083befb2..5665f259a386 100644
--- a/net-irc/quassel/quassel-0.7.2.ebuild
+++ b/net-irc/quassel/quassel-0.7.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.7.2.ebuild,v 1.4 2011/04/20 11:12:35 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.7.2.ebuild,v 1.5 2011/08/11 23:05:43 binki Exp $
EAPI=4
@@ -135,7 +135,7 @@ pkg_postinst() {
fi
# temporary info mesage
- if use server && [[ $(get_minor_version ${REPLACING_VERSIONS}) -lt 7 ]]; then
+ if use server && [[ $(get_version_component_range 2 ${REPLACING_VERSIONS}) -lt 7 ]]; then
echo
ewarn "Please note that all configuration moved from"
ewarn "/home/\${QUASSEL_USER}/.config/quassel-irc.org/"