summaryrefslogtreecommitdiff
blob: d55bc81bed5af69244cd5fa0dbd3ad1a3f181fdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ===GLSAMaker v2
#  Copyright (C) 2009-2011 Alex Legler <a3li@gentoo.org>
#  Copyright (C) 2009 Pierre-Yves Rofes <py@gentoo.org>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# For more information, see the LICENSE file.

require 'glsamaker/http'
require 'glsamaker/portage'
require 'glsamaker/diff'
require 'glsamaker/xml'
require 'glsamaker/bugs'
require 'glsamaker/mail'
# require 'glsamaker/helpers' DO NOT REQUIRE or else the rake tasks will blow up