Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100069 - New ebuild for vobject-0.1.3
Summary: New ebuild for vobject-0.1.3
Status: RESOLVED DUPLICATE of bug 148532
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-07-23 16:00 UTC by BORGULYA Gábor
Modified: 2006-09-21 09:19 UTC (History)
1 user (show)

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


Attachments
ebuild file (vobject-0.1.3.ebuild,627 bytes, text/plain)
2005-07-23 16:04 UTC, BORGULYA Gábor
Details

Note You need to log in before you can comment on or make changes to this bug.
Description BORGULYA Gábor 2005-07-23 16:00:22 UTC
What is VObject? "vobject is intended to be a full featured Python package for  
parsing and generating vCard and vCalendar files" quote from  
http://vobject.skyhouseconsulting.com/ , the website of VObject.  
  
This is the most advanced Python library for vCard manipulation I know.  
I constructed an ebuild for it, see below. This is my first ebuild, so please  
check it and correct it if necessary.  
  
file vobject-0.1.3.ebuild  
---------------------------------------------------------------------------  
inherit distutils  
  
DESCRIPTION="Python package for parsing and generating vCard and vCalendar  
files"  
HOMEPAGE="http://vobject.skyhouseconsulting.com/"  
SRC_URI="http://vobject.skyhouseconsulting.com/${P}.tar.gz"  
  
LICENSE="Apache-1.1"  
SLOT="0"  
KEYWORDS="x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390"  
IUSE=""  
  
DEPEND=">=dev-lang/python-2.4  
        >=dev-python/python-dateutil-0.9"  
#For python-dateutil see http://bugs.gentoo.org/show_bug.cgi?id=64398  
  
src_install() {  
        distutils_src_install  
}  
---------------------------------------------------------------------------
Comment 1 BORGULYA Gábor 2005-07-23 16:04:12 UTC
Created attachment 64164 [details]
ebuild file
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-07-23 16:09:13 UTC
Only add such keywords that you could test yourself; and all of them should be
~arch for new ebuilds.
Comment 3 Ciaran McCreesh 2005-09-11 17:09:04 UTC
Please fix the following and reopen:

* http://dev.gentoo.org/~ciaranm/docs/mw-faq/keywords.txt
* No documentation?
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-09-21 09:18:46 UTC
Reopen to dupe.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-09-21 09:19:09 UTC

*** This bug has been marked as a duplicate of 148532 ***