Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110803 - There isn't ebuild for ligmail-0.1.3.3
Summary: There isn't ebuild for ligmail-0.1.3.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-29 10:11 UTC by Geaaru
Modified: 2005-10-30 04:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
libgmail-0.1.3.3.ebuild (libgmail-0.1.3.3.ebuild,666 bytes, application/octet-stream)
2005-10-29 10:14 UTC, Geaaru
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Geaaru 2005-10-29 10:11:29 UTC
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"
Comment 1 Geaaru 2005-10-29 10:14:52 UTC
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
Comment 2 Marcin Kryczek (RETIRED) gentoo-dev 2005-10-30 04:56:52 UTC
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