summaryrefslogtreecommitdiff
blob: 96eab9f150c1e3df8ed73d6a3c84382997c2fcd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# ChangeLog for dev-python/python-gflags
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gflags/ChangeLog,v 1.14 2013/09/05 18:47:01 mgorny Exp $

  05 Sep 2013; Michał Górny <mgorny@gentoo.org> python-gflags-2.0.ebuild:
  Clean up PYTHON_COMPAT from old implementations.

  08 Jul 2013; Ian Delaney <idella4@gentoo.org> python-gflags-2.0.ebuild:
  Add missing $ to {FILESDIR}, fixes Bug #475848

  04 Jul 2013; Ian Delaney <idella4@gentoo.org>
  +files/python-gflags-2.0-skip-test-as-root.patch, python-gflags-2.0.ebuild:
  drop pypy1_8, add pypy2_0, patch by M. Marineau from Bug #475134

  17 Dec 2012; Michał Górny <mgorny@gentoo.org> python-gflags-2.0.ebuild:
  Bump to EAPI=5 to make Paludis happy, bug #447524.

  16 Dec 2012; Michał Górny <mgorny@gentoo.org>
  +files/python-gflags-2.0-scripts-install.patch,
  +files/python-gflags-2.0-tests-respect-tmpdir.patch, metadata.xml,
  python-gflags-2.0.ebuild:
  Migrate to distutils-r1, run tests and make Python team a maintainer.

  16 Dec 2012; Pacho Ramos <pacho@gentoo.org> -python-gflags-1.6.ebuild,
  metadata.xml:
  Cleanup due retirement, #95685

  27 Jun 2012; Kacper Kowalik <xarthisius@gentoo.org> python-gflags-2.0.ebuild:
  Update PYTHON_COMPAT to pypy version available in tree. Thanks to Mr_Bones_
  for the report

  26 Mar 2012; Krzysztof Pawlik <nelchael@gentoo.org> python-gflags-2.0.ebuild:
  Migrate to python-distutils-ng.eclass and EAPI 4.

*python-gflags-2.0 (16 Feb 2012)

  16 Feb 2012; Krzysztof Pawlik <nelchael@gentoo.org>
  -python-gflags-1.5.1.ebuild, +python-gflags-2.0.ebuild:
  Version bump, remove old 1.5.1.

*python-gflags-1.6 (01 Sep 2011)

  01 Sep 2011; Krzysztof Pawlik <nelchael@gentoo.org>
  -python-gflags-1.4.ebuild, +python-gflags-1.6.ebuild:
  Version bump.

*python-gflags-1.5.1 (15 Mar 2011)

  15 Mar 2011; Krzysztof Pawlik <nelchael@gentoo.org>
  -python-gflags-1.5.ebuild, +python-gflags-1.5.1.ebuild:
  Version bump.

*python-gflags-1.5 (12 Feb 2011)

  12 Feb 2011; Krzysztof Pawlik <nelchael@gentoo.org>
  +python-gflags-1.5.ebuild:
  Version bump.

  14 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  python-gflags-1.4.ebuild:
  Fix dependencies. Set SUPPORT_PYTHON_ABIS. Set PYTHON_MODNAME. Improve
  installation of scripts.

*python-gflags-1.4 (08 Nov 2010)

  08 Nov 2010; Krzysztof Pawlik <nelchael@gentoo.org>
  +python-gflags-1.4.ebuild, +metadata.xml:
  New package: argument parsing library for Python, originally part of
  dev-cpp/gflags, has been split off to separate package by upstream.