-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Chris Warrick <[email protected]>
- Loading branch information
Showing
30 changed files
with
65 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/zsh | ||
# Kw’s Release Tools/Python Project Template | ||
# Locale Generator | ||
# Copyright © 2014, Kwpolska. | ||
# Copyright © 2014, Chris Warrick. | ||
# All rights reserved. | ||
# | ||
# Redistribution and use in source and binary forms, with or without | ||
|
@@ -45,18 +45,18 @@ case "$LOCALETYPE" in | |
sed '1,+17d' ./messages.pot > ./messages.pot.tmp | ||
|
||
pot='# '$PROJECT' pot file. | ||
# Copyright © 2011-2014, Kwpolska. | ||
# Copyright © 2011-2014, Chris Warrick. | ||
# This file is distributed under the same license as the '$PROJECT' package. | ||
# Kwpolska <[email protected]>, 2011-2014. | ||
# Chris Warrick <[email protected]>, 2011-2014. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: #version\\n" | ||
"Report-Msgid-Bugs-To: Kwpolska <[email protected]>\\n" | ||
"Report-Msgid-Bugs-To: Chris Warrick <[email protected]>\\n" | ||
"POT-Creation-Date: #datel\\n" | ||
"PO-Revision-Date: #datel\\n" | ||
"Last-Translator: Kwpolska <[email protected]>\\n" | ||
"Language-Team: Kwpolska <[email protected]>\\n" | ||
"Last-Translator: Chris Warrick <[email protected]>\\n" | ||
"Language-Team: Chris Warrick <[email protected]>\\n" | ||
"Language: en\\n" | ||
"MIME-Version: 1.0\\n" | ||
"Content-Type: text/plain; charset=UTF-8\\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
Appendix C. Changelog | ||
===================== | ||
:Info: This is the changelog for PKGBUILDer. | ||
:Author: Chris “Kwpolska” Warrick <[email protected]> | ||
:Copyright: © 2011-2014, Kwpolska. | ||
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2011-2015, Chris Warrick. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2014-08-10 | ||
:Version: 3.3.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
============================== | ||
Appendix A. Contribution rules | ||
============================== | ||
:Author: Chris “Kwpolska” Warrick <[email protected]> | ||
:Copyright: © 2011-2014, Kwpolska. | ||
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2011-2015, Chris Warrick. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2014-08-10 | ||
:Version: 3.3.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
Appendix B. License for PKGBUILDer | ||
================================== | ||
:Info: This is the license for PKGBUILDer. | ||
:Author: Chris “Kwpolska” Warrick <[email protected]> | ||
:Author: Chris Warrick <[email protected]> | ||
:Date: 2014-08-10 | ||
:Version: 3.3.2 | ||
|
||
.. index:: LICENSE | ||
|
||
Copyright © 2011-2014, Chris “Kwpolska” Warrick. | ||
Copyright © 2011-2015, Chris Warrick. | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
PKGBUILDer. An AUR helper (and library) in Python 3. | ||
===================================================== | ||
:Info: This is the README file for PKGBUILDer. | ||
:Author: Chris “Kwpolska” Warrick <[email protected]> | ||
:Author: Chris Warrick <[email protected]> | ||
:Date: 2014-08-10 | ||
:Version: 3.3.2 | ||
|
||
|
@@ -23,7 +23,7 @@ For more info, refer to the pkgbuilder(8) man page or the documentation. | |
|
||
COPYRIGHT | ||
--------- | ||
Copyright © 2011-2014, Chris “Kwpolska” Warrick. | ||
Copyright © 2011-2015, Chris Warrick. | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
====================== | ||
aur module (AUR class) | ||
====================== | ||
:Author: Chris “Kwpolska” Warrick <[email protected]> | ||
:Copyright: © 2011-2014, Kwpolska. | ||
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2011-2015, Chris Warrick. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2014-08-10 | ||
:Version: 3.3.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
build module | ||
============ | ||
|
||
:Author: Chris “Kwpolska” Warrick <[email protected]> | ||
:Copyright: © 2011-2014, Kwpolska. | ||
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2011-2015, Chris Warrick. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2014-08-10 | ||
:Version: 3.3.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
Exceptions in PKGBUILDer | ||
======================== | ||
|
||
:Author: Chris “Kwpolska” Warrick <[email protected]> | ||
:Copyright: © 2011-2014, Kwpolska. | ||
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2011-2015, Chris Warrick. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2014-08-10 | ||
:Version: 3.3.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
=========== | ||
main module | ||
=========== | ||
:Author: Chris “Kwpolska” Warrick <[email protected]> | ||
:Copyright: © 2011-2014, Kwpolska. | ||
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2011-2015, Chris Warrick. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2014-08-10 | ||
:Version: 3.3.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
package module (Package, AURPackage, ABSPackage classes) | ||
======================================================== | ||
|
||
:Author: Chris “Kwpolska” Warrick <[email protected]> | ||
:Copyright: © 2011-2014, Kwpolska. | ||
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2011-2015, Chris Warrick. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2014-08-10 | ||
:Version: 3.3.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ PBWrapper | |
========= | ||
|
||
:Subtitle: A wrapper for pacman and PKGBUILDer. | ||
:Author: Chris “Kwpolska” Warrick <[email protected]> | ||
:Copyright: © 2011-2014, Kwpolska. | ||
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2011-2015, Chris Warrick. | ||
:License: BSD (see /LICENSE or Appendix B.) | ||
:Date: 2014-08-10 | ||
:Version: 3.3.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
pbds module (PBDS class) | ||
======================== | ||
|
||
:Author: Chris “Kwpolska” Warrick <[email protected]> | ||
:Copyright: © 2011-2014, Kwpolska. | ||
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2011-2015, Chris Warrick. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2014-08-10 | ||
:Version: 3.3.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ PKGBUILDer | |
========== | ||
|
||
:Subtitle: An AUR helper (and library) in Python 3. | ||
:Author: Chris “Kwpolska” Warrick <[email protected]> | ||
:Copyright: © 2011-2014, Kwpolska. | ||
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2011-2015, Chris Warrick. | ||
:License: BSD (see /LICENSE or Appendix B.) | ||
:Date: 2014-08-10 | ||
:Version: 3.3.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
========================= | ||
PKGBUILDer Sample Scripts | ||
========================= | ||
:Author: Chris “Kwpolska” Warrick <[email protected]> | ||
:Copyright: © 2011-2014, Kwpolska. | ||
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2011-2015, Chris Warrick. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2014-08-10 | ||
:Version: 3.3.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
ui module (UI class) | ||
==================== | ||
|
||
:Author: Chris “Kwpolska” Warrick <[email protected]> | ||
:Copyright: © 2011-2014, Kwpolska. | ||
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2011-2015, Chris Warrick. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2014-08-10 | ||
:Version: 3.3.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
upgrade module | ||
============== | ||
|
||
:Author: Chris “Kwpolska” Warrick <[email protected]> | ||
:Copyright: © 2011-2014, Kwpolska. | ||
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2011-2015, Chris Warrick. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2014-08-10 | ||
:Version: 3.3.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
utils module | ||
============ | ||
|
||
:Author: Chris “Kwpolska” Warrick <[email protected]> | ||
:Copyright: © 2011-2014, Kwpolska. | ||
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2011-2015, Chris Warrick. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2014-08-10 | ||
:Version: 3.3.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
========= | ||
PBWrapper | ||
========= | ||
:Author: Chris “Kwpolska” Warrick <[email protected]> | ||
:Copyright: © 2011-2014, Kwpolska. | ||
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2011-2015, Chris Warrick. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2014-08-10 | ||
:Version: 3.3.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.