diff options
author | 2015-03-29 05:23:14 +0000 | |
---|---|---|
committer | 2015-03-29 05:23:14 +0000 | |
commit | ded5ec6495e218c337d94def3d446f8f1c6667e0 (patch) | |
tree | 09d70a0d4dc545602dd9bb8dcf355982d1b7d3c4 /x11-misc | |
parent | Version bump. (diff) | |
download | gentoo-2-ded5ec6495e218c337d94def3d446f8f1c6667e0.tar.gz gentoo-2-ded5ec6495e218c337d94def3d446f8f1c6667e0.tar.bz2 gentoo-2-ded5ec6495e218c337d94def3d446f8f1c6667e0.zip |
Update ebuild wrt gitorious shutdown (bug #544866). Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/andromeda/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/andromeda/andromeda-0.2.1.ebuild | 34 | ||||
-rw-r--r-- | x11-misc/andromeda/andromeda-0.3.ebuild | 9 |
3 files changed, 10 insertions, 41 deletions
diff --git a/x11-misc/andromeda/ChangeLog b/x11-misc/andromeda/ChangeLog index ca053005a1a0..83985838b3c3 100644 --- a/x11-misc/andromeda/ChangeLog +++ b/x11-misc/andromeda/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/andromeda -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/ChangeLog,v 1.5 2014/06/23 07:43:49 kensington Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/ChangeLog,v 1.6 2015/03/29 05:23:14 yngwin Exp $ + + 29 Mar 2015; Ben de Groot <yngwin@gentoo.org> -andromeda-0.2.1.ebuild, + andromeda-0.3.ebuild: + Update ebuild wrt gitorious shutdown (bug #544866). Remove old. *andromeda-0.3 (23 Jun 2014) diff --git a/x11-misc/andromeda/andromeda-0.2.1.ebuild b/x11-misc/andromeda/andromeda-0.2.1.ebuild deleted file mode 100644 index 2201ed01acbc..000000000000 --- a/x11-misc/andromeda/andromeda-0.2.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/andromeda-0.2.1.ebuild,v 1.4 2013/03/02 23:47:01 hwoarang Exp $ - -EAPI=4 - -inherit cmake-utils - -DESCRIPTION="Qt4-based filemanager" -HOMEPAGE="https://gitorious.org/andromeda/pages/Home" -SRC_URI="https://gitorious.org/${PN}/${PN}/archive-tarball/v${PV} -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND=">=dev-qt/qtcore-4.8.0:4 - >=dev-qt/qtgui-4.8.0:4 - >=dev-qt/qtwebkit-4.8.0:4" -DEPEND="${RDEPEND} - test? ( >=dev-qt/qttest-4.8.0:4 )" -DOCS="TODO.txt dist/changes-*" - -src_unpack() { - default - mv ${PN}-${PN} "${S}" || die -} - -src_prepare() { - if ! use test ; then - sed -i -e '/add_subdirectory( tests )/d' CMakeLists.txt || die - fi -} diff --git a/x11-misc/andromeda/andromeda-0.3.ebuild b/x11-misc/andromeda/andromeda-0.3.ebuild index cd4f0ae1b3c6..207ca2992d40 100644 --- a/x11-misc/andromeda/andromeda-0.3.ebuild +++ b/x11-misc/andromeda/andromeda-0.3.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/andromeda-0.3.ebuild,v 1.1 2014/06/23 07:43:49 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/andromeda-0.3.ebuild,v 1.2 2015/03/29 05:23:14 yngwin Exp $ EAPI=5 - inherit cmake-utils DESCRIPTION="Qt4-based filemanager" -HOMEPAGE="https://gitorious.org/andromeda/pages/Home" -SRC_URI="https://gitorious.org/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/ABBAPOH/andromeda" +SRC_URI="http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" |