From 9d48c8b8277e0e6d94f0e80b69ea9c5b9823f1fe Mon Sep 17 00:00:00 2001 From: rhatto Date: Sun, 29 Mar 2009 13:56:34 +0000 Subject: TracTicketChange: adding TracTicketChange and dependency git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@403 18ef50b8-d735-4ccd-97c1-689132df3dd9 --- www/apps/tracticketdelete/Manifest | 23 +++++ www/apps/tracticketdelete/TracTicketDelete.mkbuild | 101 +++++++++++++++++++++ 2 files changed, 124 insertions(+) create mode 100644 www/apps/tracticketdelete/Manifest create mode 100644 www/apps/tracticketdelete/TracTicketDelete.mkbuild (limited to 'www/apps/tracticketdelete') diff --git a/www/apps/tracticketdelete/Manifest b/www/apps/tracticketdelete/Manifest new file mode 100644 index 0000000..e7b3d1d --- /dev/null +++ b/www/apps/tracticketdelete/Manifest @@ -0,0 +1,23 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MKBUILD TracTicketDelete.mkbuild 2727 MD5 ebce3f5c09fd286896b804465a762460 RMD160 dd1221310f535beeb1f33b4dc5627e0578c42347 SHA1 ca4a7d3e32d716f93f904286974873e16787a95b SHA256 3c8ea5c16c252c03bb1448dfc06b1e5b3be13d615d9fe0a3f4ea82b45722e27a SHA512 efb51fb61ef9b516a4ddfd753732ee4de35567e44da9e0661a186ede7a150d985897f2623e5e7ff9951f13d56a7986e86727eefef6eeb9a3057db8f90694d5ea +SLACK-REQUIRED slack-required 85 MD5 88394c8c89aae2622e2658cfe364c88f RMD160 72dbd74082f766c47443c5b3d6c000f1ed2921d7 SHA1 7d6c8a74dcfbbaf4eea9117bbd2b41419497f373 SHA256 e91c70e07a739ae6115f26ad6305c746e692bad47e92d28b370ce4109d6f2fe8 SHA512 2bfe86c0e8528db6582b81a6c03b782d6e760273556e65b8b2e897452bd6e5c0ff331a556bdd53a9e81692b16a59f3824cc3fe3037b22d8723554178d7f5d60a +SLACKBUILD TracTicketDelete.SlackBuild 4997 MD5 20ebe3255ea21463fc6e212a481806ce RMD160 a744629b78d58dce91db861a23ab03092342d76d SHA1 e1a8520c170a86cfc48dc5bf7a0c341da1446448 SHA256 2a0ce2d6dfc697d44fd6f9b8a1542ae9cf9465728efa85f821ddb04c7b05511e SHA512 d8c6557a76f62e8223d9a94585f2ee3a65cd74b77e00cd122e8d9f93b3c0e0538dd088e466f7b6f4b6578f4b15b87c23995889e33bf8dd808dd36809808c34ce +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iQIcBAEBAgAGBQJJz35hAAoJEEHL93ESzgei9X4P/1hIXVeAIOaKHdH0g4t5UcaD +lNA3byvEye+r7NOT1nqNqZ/25kmymg/2WAbUYSVmTtbwYhal3u9dak11bNSOxRvL +qdysdc64LWqYTd/9CjhOxHH1WQoB09cHNFW51yE5VZN8fEpZcGY1p5qYdFALd/WI +XixRZedWL9KTvuWcmoi3COTKejo2ZVwg07kPCnsUjoV978wXfo/1Lkvm8TEk/9+j +QaXl8dwlIo48IfHBfs1OMusU70fPUdad2DPBCrAuIGznLQoAaHX2isFH82Qugyge +UDgVtex9NOyq8c47fkwM/5wuog/M0lXw6gWigKMKNWTcORn84e3zg5ys273e9lDv +WvPfBiTgaWDluzfG6qGgs/1xWZ/tKOg9AwRb7nZHMQvQRhMBBJ4zCj5WL0DOfgyw +UTTopXc5QMnavg216ZoX5iIOtLKj7F0VhECNxjW1deYKkExLY1ACGx3ly/JYIdbL +oMyZ48z4YpqhIncXg9KcAnkNqvQOeKb0M+xmuKifDrrVF10a2Y/XILG8VtrGziQb +qUSbdAUKm0LTWU3U+Vnkc+j4/GX7LlYVZFyNcPWze6n8H5Jq2f6cA28bih3Ojrvg +NO+/4NR6bAIup05nBdXyraUgAB6Go9xv+t3wmqQzVujkHvvie4Phy0mMGrxG/Gql +ZFqKWvVxvRspuPmH+UXh +=OExs +-----END PGP SIGNATURE----- diff --git a/www/apps/tracticketdelete/TracTicketDelete.mkbuild b/www/apps/tracticketdelete/TracTicketDelete.mkbuild new file mode 100644 index 0000000..b9b06e6 --- /dev/null +++ b/www/apps/tracticketdelete/TracTicketDelete.mkbuild @@ -0,0 +1,101 @@ +# +# This mkbuild is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or any later version. +# +# This mkbuild is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# this program; if not, write to the Free Software Foundation, Inc., 59 Temple +# Place - Suite 330, Boston, MA 02111-1307, USA +# + +#-------------------- +# Personal variables +#-------------------- +# Author name +[[SLACKBUILD AUTHOR]]="Silvio Rhatto" + +# Initials author name +[[SLACKBUILD AUTHOR INITIALS]]="rha" + +#------------------------ +# Construction Variables +#------------------------ +# +# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) +[[DOWNLOAD FOLDER URL]]="http://trac-hacks.org/svn/ticketdeleteplugin/0.11" + +# Package name +[[SOURCE NAME]]="TracTicketDelete" + +# PKG_NAME version. Null ("") to auto-set. +[[VERSION]]="svn_version" + +# Dependency list input +[[SLACK REQUIRED]]="Trac" + +# SlackBuild PATH in Slack.Sarava tree +[[SLACKBUILD PATH]]="www/apps/tracticketdelete" + +# Documentation files +[[DOCUMENTATION FILES]]="COPYING README" + +#--------------------- +# SlackBuild Sections +#--------------------- +# Default sections: +# head, set_variables, slkflags, start_structure, untar_source, +# make_package, install_package, build_package +# Warning: don't remove '#>>' and "#<<" tags. +#>> Start SlackBuild Sections: + on: head + on: slackbuildrc + on: set_variables + on: slkflags + on: error_codes + on: start_structure +off: download_source + on: svn_source +off: md5sum_download_and_check_0 +off: md5sum_download_and_check_1 +off: gpg_signature_check +off: untar_source +off: patch_source +off: configure + on: make_package +off: install_package + on: strip_binaries +off: compress_manpages +off: compress_info_files + on: install_documentation + on: slackdesc +off: postinstall_script + on: slack_required + on: build_package + on: clean_builds +#<< End SlackBuild Sections + +#------------------ +# Sections changes +#------------------ +#>slackdesc +TracTicketDelete: TracTicketDelete +TracTicketDelete: +TracTicketDelete: This is a small plugin to allow deleting +TracTicketDelete: tickets from within Trac. +TracTicketDelete: +TracTicketDelete: +TracTicketDelete: +TracTicketDelete: +TracTicketDelete: +TracTicketDelete: +TracTicketDelete: +#make_package +# Build and install package +python setup.py build install --root=$PKG +#