I try to make ebuild for libgmail-0.1.3.3: previous ebuild (0.1.1) use distutils for install package and so I do nothings, I only rename ebuild and insert a link where it is possible get library until libgmail-0.1.3.3 package will be on gentoo mirror. Sorry but I don't know if this reporter is rights for comunicate new ebuild! Reproducible: Always Steps to Reproduce: 1. 2. 3. Actual Results: I try to install package and it seems that working but it is also under testing. On continuation libgmail-0.1.3.3.ebuild : # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/libgmail/libgmail-0.1.3.3.ebuild,v # 1.2 2005/10/29 14:15:38 mkay Exp $ inherit distutils DESCRIPTION="Python bindings to access Google's gmail service" HOMEPAGE="http://libgmail.sourceforge.net/" #SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" # Remove this line when gentoo mirror have libgmail-0.1.3.3.tar.gz SRC_URI="http://optusnet.dl.sourceforge.net/sourceforge/libgmail/libgmail-0.1.3.3.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-python/logging virtual/python"
Created attachment 71680 [details] libgmail-0.1.3.3.ebuild I inserted .ebuild file. For install: on /usr/portage/net-libs/libgmail/ copy ebuild and then from same directory execute: ebuild libgmail-0.1.3.3.ebuild digest Finally, it is possible install package. Bye
yes, it's the right place, but you do not need to paste the whole ebuild if you've only changed the name. anyway - 0.1.3.3 in portage. thanks for reporting