summaryrefslogtreecommitdiff
blob: a979996b4843c87edfb8cac61ccf37bc8042b2cc (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
70
71
72
73
74
75
# ChangeLog for media-tv/xmltv
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/ChangeLog,v 1.1 2003/07/09 00:08:10 johnm Exp $

  03 Jul 2003; Max Kalika <max@lsit.ucsb.edu> xmltv-0.5.11.ebuild,
  xmltv-0.5.12.ebuild, xmltv-0.5.14.ebuild:
  Change DateManip dependency to >= 5.42 which is officially out today and seems
  to work with xmltv.

*xmltv-0.5.14 (01 Jul 2003)

  01 Jul 2003; Max Kalika <max@lsit.ucsb.edu> xmltv-0.5.13.ebuild,
  xmltv-0.5.14.ebuild:
  Bump version to 0.5.14 and drop version 0.5.13 as it got pulled upstream.

*xmltv-0.5.13 (01 Jul 2003)

  01 Jul 2003; Max Kalika <max@lsit.ucsb.edu> xmltv-0.5.13.ebuild:
  Bump version to 0.5.13.

*xmltv-0.5.12 (29 Jun 2003)

  29 Jun 2003; Max Kalika <max@lsit.ucsb.edu> xmltv-0.5.12.ebuild:
  Bump version to 0.5.12.

*xmltv-0.5.11 (22 Jun 2003)

  22 Jun 2003; Max Kalika <max@lsit.ucsb.edu> xmltv-0.5.11.ebuild:
  Bump to 0.5.11. This one requires some changes: *ALL* grabbers are optional
  now, so enable support for them. Add support for two new grabbers: Hungary and
  Denmark. Since there is an option to build everything, simplify the
  make_config() routine. Bring up some dependency versions to those
  required/recommended by XMLTV. Unfortunately this version requires some fixes
  to Date::Manip that are only available in a temporary branch of that code.
  This dependency is temporarily marked as >=dev-perl/DateManip-5.40-r3 (which
  is not in portage yet).

*xmltv-0.5.10-r4 (18 Jun 2003)

  18 Jun 2003; Max Kalika <max@lsit.ucsb.edu> xmltv-0.5.10-r4.ebuild:
  Move to media-tv.

*xmltv-0.5.10-r3 (16 Jun 2003)

  16 Jun 2003; Max Kalika <max@lsit.ucsb.edu> xmltv-0.5.10-r3.ebuild:
  Correctly fix the PREFIX issue.  Just setting the PREFIX="${D}/usr" is
  insufficient because the resulting executable script contains incorrectly
  hard-coded paths to the SHARE_DIR (as pointed out by bug #10536 comment #66).
  This update also greatly simplifies the src_compile() routine by calling
  perl-module_src_compile() only and adds dependency on >= sed-4 because of
  inlined sed usage.

*xmltv-0.5.10-r2 (15 Jun 2003)
  13 Jun 2003; Tony Clark <tclark@telia.com> xmltv-0.5.10-r2.ebuild:
  Fixed minor bug with tv_grab_nl_wolf, had the last underscore missing.
  Had access denied when trying to install.  Changed PREFIX back the 
  the way it use to be.

*xmltv-0.5.10-r1 (13 Jun 2003)

  13 Jun 2003; Max Kalika <max@lsit.ucsb.edu> xmltv-0.5.10-r1.ebuild:
  Drop all the local USE flag, use environment variable (XMLTV_OPTS)
  instead.  Drop the apache/cgi stuff and install tv_pick_cgi into
  /usr/bin with a note on how to procede (until Gentoo has a standard
  place for web things -- being discussed on -dev currently).  Force
  adding required dependencies for ALL grabbers until portage knows
  about custom variables in /etc/make.conf during the dependency
  checking stage.

*xmltv-0.5.10 (28 Apr 2003)

  28 Apr 2003; Max Kalika <max@lsit.ucsb.edu> xmltv-0.5.10.ebuild:
  Initial import.  Bump to 0.5.10.  Add xmltvnonlwolf flag to support
  a new grabber.  Install tv_pick_cgi file into ScriptAlias if the
  xmltvnocgi USE flag is unset.