diff options
author | Ben de Groot <yngwin@gentoo.org> | 2013-01-17 07:13:56 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2013-01-17 07:13:56 +0000 |
commit | 926465ed61385ed30a1294910ed643ddd4a0708b (patch) | |
tree | b126022b88744eff9adcbdb16f2845d14c5fb1bb /razorqt-base/razorqt-notifications | |
parent | Use QA_PREBUILT Bug #451782 (diff) | |
download | gentoo-2-926465ed61385ed30a1294910ed643ddd4a0708b.tar.gz gentoo-2-926465ed61385ed30a1294910ed643ddd4a0708b.tar.bz2 gentoo-2-926465ed61385ed30a1294910ed643ddd4a0708b.zip |
Remove old. Fix mirror usage.
(Portage version: 2.2.0_alpha152/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'razorqt-base/razorqt-notifications')
3 files changed, 7 insertions, 39 deletions
diff --git a/razorqt-base/razorqt-notifications/ChangeLog b/razorqt-base/razorqt-notifications/ChangeLog index 7fcf95b3835e..950c4d37deef 100644 --- a/razorqt-base/razorqt-notifications/ChangeLog +++ b/razorqt-base/razorqt-notifications/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for razorqt-base/razorqt-notifications # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-notifications/ChangeLog,v 1.3 2013/01/06 18:13:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-notifications/ChangeLog,v 1.4 2013/01/17 07:13:56 yngwin Exp $ + + 17 Jan 2013; Ben de Groot <yngwin@gentoo.org> + -razorqt-notifications-0.5.0.ebuild, razorqt-notifications-0.5.1.ebuild: + Remove old. Fix mirror usage. 06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> razorqt-notifications-0.5.1.ebuild: diff --git a/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.0.ebuild b/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.0.ebuild deleted file mode 100644 index 01a1bdf0f40b..000000000000 --- a/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.0.ebuild,v 1.1 2012/10/15 09:53:01 yngwin Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt notification daemon" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="https://github.com/downloads/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_NOTIFICATIOND=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.1.ebuild b/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.1.ebuild index b863c3c81b00..886f21fc8d9a 100644 --- a/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.1.ebuild +++ b/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.1.ebuild,v 1.2 2013/01/06 18:13:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.1.ebuild,v 1.3 2013/01/17 07:13:56 yngwin Exp $ EAPI=4 inherit cmake-utils @@ -14,7 +14,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_BRANCH="master" KEYWORDS="" else - SRC_URI="https://github.com/downloads/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2" + SRC_URI="mirror://github/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2" KEYWORDS="~amd64 ~ppc ~x86" S="${WORKDIR}/razorqt-${PV}" fi |