From 52a5288c0b2624e4e8b8edbc362453a76f499eef Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 5 Aug 2011 11:19:19 -0400 Subject: [PATCH 1/1] Add django-grappelli package. There's already an ebuild in the piczu overlay, but it's based on the old Subversion/Google Code repository. Grappelli has since moved to Git/Github. --- ChangeLog | 13 ++++++++++++ Manifest | 3 +++ django-grappelli-9999.ebuild | 38 ++++++++++++++++++++++++++++++++++++ metadata.xml | 9 +++++++++ 4 files changed, 63 insertions(+) create mode 100644 ChangeLog create mode 100644 Manifest create mode 100644 django-grappelli-9999.ebuild create mode 100644 metadata.xml diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..92dea02 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for dev-python/django-grappelli +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*django-grappelli-9999 (05 Aug 2011) + 05 Aug 2011; W. Trevor King ChangeLog, metadata.xml, django-grappelli-9999.ebuild : + - Created ebuild suite for django-grappelli. + - Added initial ChangeLog which should be updated whenever the + package is updated in any way. This changelog is targetted to + users. This means that the comments should well explained and + written in clean English. The details about writing correct + changelogs are explained in the skel.ChangeLog file which you can + find in the root directory of the portage repository. diff --git a/Manifest b/Manifest new file mode 100644 index 0000000..62253a4 --- /dev/null +++ b/Manifest @@ -0,0 +1,3 @@ +EBUILD django-grappelli-9999.ebuild 724 RMD160 9cafe5f4b213d091facf81bb1e3e65b06a0e9503 SHA1 acaccea9ace998c1bf7c0104b55b91884f0e3f90 SHA256 11d76248f477ad9ed154ab24e18922e4171455ff4a71c3d6d2a78a20525afa05 +MISC ChangeLog 696 RMD160 2095386cf0e1fa959cb904938bce86af32a0ef43 SHA1 2be7d34e142b48e68c32546947f781e03b8f66b3 SHA256 71977f433b0608c2534e9113b6743c6f6bf7146a1712ff1e3ff5123b46f56589 +MISC metadata.xml 247 RMD160 6735f3a5dd2d7a2b70589d1693f35d54291b7147 SHA1 c015969fe50967340dd050a44cb9f8a30b5e34a5 SHA256 9e65060e5f9d0a50d28c7a69d9c27fed6c3037fdd3e420cc276627fde2794f72 diff --git a/django-grappelli-9999.ebuild b/django-grappelli-9999.ebuild new file mode 100644 index 0000000..a889e7b --- /dev/null +++ b/django-grappelli-9999.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="3" + +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +inherit eutils distutils + +if [[ ${PV} == "9999" ]] ; then + inherit git + EGIT_REPO_URI="git://github.com/sehmaschine/${PN}.git" + SRC_URI="" +else + SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +fi + +DESCRIPTION="A jazzy skin for the Django admin interface" +HOMEPAGE="https://github.com/sehmaschine/${PN}" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="test" + +DEPEND="dev-python/django" +RDEPEND="dev-python/setuptools + ${DEPEND}" + +src_unpack() { + if [[ ${PV} == "9999" ]] ; then + git_src_unpack + else + unpack ${A} + fi + cd "${S}" +} diff --git a/metadata.xml b/metadata.xml new file mode 100644 index 0000000..d124928 --- /dev/null +++ b/metadata.xml @@ -0,0 +1,9 @@ + + + + + + wking@drexel.edu + W. Trevor King + + -- 2.26.2