public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/alabaster: alabaster-0.6.0.ebuild metadata.xml Manifest ChangeLog
@ 2014-08-10 14:35 Ian Delaney (idella4)
  0 siblings, 0 replies; only message in thread
From: Ian Delaney (idella4) @ 2014-08-10 14:35 UTC (permalink / raw
  To: gentoo-commits

idella4     14/08/10 14:35:43

  Added:                alabaster-0.6.0.ebuild metadata.xml Manifest
                        ChangeLog
  Log:
  new minimal ebuild, prepared by me, A sphinx theme, required for doc build of fabric
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.1                  dev-python/alabaster/alabaster-0.6.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alabaster/alabaster-0.6.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alabaster/alabaster-0.6.0.ebuild?rev=1.1&content-type=text/plain

Index: alabaster-0.6.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/alabaster/alabaster-0.6.0.ebuild,v 1.1 2014/08/10 14:35:43 idella4 Exp $

EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

inherit distutils-r1 flag-o-matic

DESCRIPTION="A configurable sidebar-enabled Sphinx theme"
HOMEPAGE="https://github.com/bitprophet/alabaster"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
SLOT="0"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.1                  dev-python/alabaster/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alabaster/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alabaster/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>python</herd>
</pkgmetadata>



1.1                  dev-python/alabaster/Manifest

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alabaster/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alabaster/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
DIST alabaster-0.6.0.tar.gz 11086 SHA256 86423a9d10cff61524df31cba430e9beff4829d49d1334fa836f319eea1f8fdf SHA512 89946c37e069860791a0429ea183619d8052e661d2f5ded906456ca6b7fabe66a9f222b18f3f089d1a34929c0001bd2dd255b8c593d2acf733c4e409771372e0 WHIRLPOOL 712e39761cae5ec2e76ccce90a58b61880159991cf7663456dcf1c10208df6aef8e35a1a478b0a12219f7333a8ac96bb543509bf14fe029fda93b0a36cc2667b
EBUILD alabaster-0.6.0.ebuild 467 SHA256 5fd7ea97920954deba0ce4353f5d902a8244afc42b153ef6f7842fbb87bb9a43 SHA512 3942e6d6665511bb79cbe0856c13dfc0ee52888605efee53760bd0cd70e54cefd08485b41b870519d3c2bc01c2e66ea1d0d0ecc18a1b3a7f39d9e2adb95dbf79 WHIRLPOOL 9c8f0b7217bfb03b3b56ca2ce12599909f30df34dbac72b3cc187414d27a15b60b4b9c507ec4eb330a9c3636091ddd5d526cbb37431ca8742cd3859ea3f0a0c3
MISC metadata.xml 160 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a SHA512 7c02a1de1ddcb6b7c6378cceff0458da3a15d5381417f7cdf01874e7c372664b8899863f41b3a2fd8d6ad67ceb732dac6da0cc17575bf8e3e6d89480417c6628 WHIRLPOOL ed2795e4466eda8c804d5067c87386e269a59fe959393057ca5ddc36851e00f5210c4da1adf4bbdfdbb7d1d3d5c60aced25727ca12fdc8305d9e263a3aca9b13



1.1                  dev-python/alabaster/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alabaster/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alabaster/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-python/alabaster
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/alabaster/ChangeLog,v 1.1 2014/08/10 14:35:43 idella4 Exp $

*alabaster-0.6.0 (10 Aug 2014)

  10 Aug 2014; Ian Delaney <idella4@gentoo.org> +alabaster-0.6.0.ebuild,
  +metadata.xml:
  new minimal ebuild, prepared by me, A sphinx theme, required for doc build of
  fabric





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-11 21:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-10 14:35 [gentoo-commits] gentoo-x86 commit in dev-python/alabaster: alabaster-0.6.0.ebuild metadata.xml Manifest ChangeLog Ian Delaney (idella4)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox