diff options
author | Johannes Huber <johu@gentoo.org> | 2018-04-24 17:20:37 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-04-24 17:20:55 +0200 |
commit | 15362fc9ca54cecef5d346a9e49fc888471a32a1 (patch) | |
tree | 6ca7cdd6887695de08f526b458b92e27733d79f7 /net-irc/quassel | |
parent | net-libs/serf: drop stable arm64 keywords (diff) | |
download | gentoo-15362fc9ca54cecef5d346a9e49fc888471a32a1.tar.gz gentoo-15362fc9ca54cecef5d346a9e49fc888471a32a1.tar.bz2 gentoo-15362fc9ca54cecef5d346a9e49fc888471a32a1.zip |
net-irc/quassel: Release switch
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'net-irc/quassel')
-rw-r--r-- | net-irc/quassel/quassel-0.12.4-r1.ebuild | 12 | ||||
-rw-r--r-- | net-irc/quassel/quassel-9999.ebuild | 12 |
2 files changed, 14 insertions, 10 deletions
diff --git a/net-irc/quassel/quassel-0.12.4-r1.ebuild b/net-irc/quassel/quassel-0.12.4-r1.ebuild index a2f11472cf41..39fd27f107c2 100644 --- a/net-irc/quassel/quassel-0.12.4-r1.ebuild +++ b/net-irc/quassel/quassel-0.12.4-r1.ebuild @@ -5,15 +5,17 @@ EAPI=6 inherit cmake-utils gnome2-utils pax-utils systemd user versionator -EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" "git://git.${PN}-irc.org/${PN}" ) -[[ "${PV}" == "9999" ]] && inherit git-r3 +if [[ ${PV} != *9999* ]]; then + SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2" + KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~sparc-solaris" +else + EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" "git://git.${PN}-irc.org/${PN}" ) + inherit git-r3 +fi DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7 connectivity" HOMEPAGE="http://quassel-irc.org/" -[[ "${PV}" == "9999" ]] || SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2" - LICENSE="GPL-3" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~sparc-solaris" SLOT="0" IUSE="crypt dbus debug kde monolithic phonon postgres +server snorenotify +ssl syslog webkit X" diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index 1f9e3e14eea2..1c3e58249a79 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -5,15 +5,17 @@ EAPI=6 inherit cmake-utils gnome2-utils pax-utils systemd user -EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" "git://git.${PN}-irc.org/${PN}" ) -[[ "${PV}" == "9999" ]] && inherit git-r3 +if [[ ${PV} != *9999* ]]; then + SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2" + KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~sparc-solaris" +else + EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" "git://git.${PN}-irc.org/${PN}" ) + inherit git-r3 +fi DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7 connectivity" HOMEPAGE="http://quassel-irc.org/" -[[ "${PV}" == "9999" ]] || SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2" - LICENSE="GPL-3" -KEYWORDS="" SLOT="0" IUSE="+breeze crypt +dbus debug kde ldap monolithic oxygen postgres +server snorenotify +ssl syslog urlpreview X" |