1
0
Fork 0

Removed pyfa and gtkevemon, both are upstream now

This commit is contained in:
Stefan Reimer 2011-12-18 13:24:49 -08:00
parent a6915ec932
commit 9272c9ee2c
4 changed files with 0 additions and 65 deletions

View File

@ -1 +0,0 @@
EBUILD gtkevemon-svn-9999-r1.ebuild 775 RMD160 9ba05704793e5051aead4a97d9f71de01382b4be SHA1 8fbf7bc35737eae303fed98accb6bff23b8a0c26 SHA256 c18743931a80b708e7cc925594a383b41d4111c453f48000f20b6853187128e3

View File

@ -1,28 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils subversion
DESCRIPTION="GtkEveMon is a skill monitoring stand-alone application for GNU/Linux systems"
SRC_URI=""
# ESVN_REPO_URI="svn://svn.battleclinic.com/GTKEVEMon/trunk/gtkevemon/${PN%-svn}"
ESVN_REPO_URI="svn://svn.battleclinic.com/GTKEVEMon/trunk/gtkevemon"
ESVN_PROJECT="${PN%-svn}"
HOMEPAGE="http://gtkevemon.battleclinic.com"
KEYWORDS="~x86 ~amd64"
SLOT="0"
LICENSE="GPL-3"
IUSE=""
DEPEND=">=dev-cpp/gtkmm-2.12
>=dev-libs/libxml2-2.6.27"
RDEPEND="${DEPEND}"
src_install() {
exeinto /usr/bin
newexe src/${PN%-svn} ${PN%-svn}
newicon icon/${PN%-svn}.xpm ${PN%-svn}.xpm
newmenu icon/${PN%-svn}.desktop ${PN%-svn}.desktop
}

View File

@ -1,2 +0,0 @@
DIST pyfa-1.0-stable-RC1-src.tar.bz2 5572232 RMD160 16c52ee488951e7fd3a0241bfd8770a28a8c334a SHA1 f6945d6aa7a0861f770bfa70415025ac74d730db SHA256 f54038db30dccdf5de7c6c5729d0e3c92ac95daa9370e6642cf64a413147781e
EBUILD pyfa-1.0.ebuild 710 RMD160 c4c2e4d2796066446c6d293b469826f4b2bfb7c8 SHA1 ffb88e28ba90691930ae79af0c904f86c1b78288 SHA256 7fb07bda021dfbd9e1877eaf9bbba87563d3f98d030027cc9dd489a2e993f4f9

View File

@ -1,34 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4"
inherit eutils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://www.evefit.org/pyfa.git"
inherit git
SRC_URI=""
else
SRC_URI="http://dl.evefit.org/stable/${PN}-${PV}-stable-RC1-src.tar.bz2"
fi
DESCRIPTION="PyFa is a EVE Online fitting tool application for GNU/Linux systems"
HOMEPAGE="http://evefit.org/Pyfa"
KEYWORDS="~x86 ~amd64"
SLOT="0"
LICENSE="GPL-3"
IUSE=""
DEPEND="
dev-python/sqlalchemy
dev-python/wxpython
dev-python/matplotlib
dev-python/numpy
"
RDEPEND="${DEPEND}"