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
commit944f345b1b981a6fb59804201431b0b6ee3dcc03 (patch)
tree2c16ba10e0a83c7bb62367c5dfafc79fefa1d958 /net-irc/quassel
parentRemove .la files and add static-libs USE flag. (diff)
downloadgentoo-2-944f345b1b981a6fb59804201431b0b6ee3dcc03.tar.gz
gentoo-2-944f345b1b981a6fb59804201431b0b6ee3dcc03.tar.bz2
gentoo-2-944f345b1b981a6fb59804201431b0b6ee3dcc03.zip
Use an existing versionator function to determine the minor version, fixes bug #378551 by slepnoga.
(Portage version: 2.2.0_alpha49-r1/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/quassel')
-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/"