ArchLinux/community.git
13 months agodb-move: moved libesmtp from [community-staging] to [community] (x86_64)packages/libesmtp
arojas [Sat, 19 Jun 2021 07:11:06 +0000 (19 07:11 +0000)]
db-move: moved libesmtp from [community-staging] to [community] (x86_64)

git-svn-id: file:///srv/repos/svn-community/svn@965366 9fca08f4-af9d-4005-b8df-a31f2cc04f65

13 months agoarchrelease: copy trunk to community-staging-x86_64
arojas [Sat, 19 Jun 2021 07:04:26 +0000 (19 07:04 +0000)]
archrelease: copy trunk to community-staging-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@965365 9fca08f4-af9d-4005-b8df-a31f2cc04f65

13 months agoWrong repo
arojas [Sat, 19 Jun 2021 07:04:13 +0000 (19 07:04 +0000)]
Wrong repo

git-svn-id: file:///srv/repos/svn-community/svn@965364 9fca08f4-af9d-4005-b8df-a31f2cc04f65

13 months agoarchrelease: copy trunk to staging-x86_64
arojas [Sat, 19 Jun 2021 07:02:58 +0000 (19 07:02 +0000)]
archrelease: copy trunk to staging-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@965363 9fca08f4-af9d-4005-b8df-a31f2cc04f65

13 months agoUpdate to 1.1.0
arojas [Sat, 19 Jun 2021 07:02:49 +0000 (19 07:02 +0000)]
Update to 1.1.0

git-svn-id: file:///srv/repos/svn-community/svn@965362 9fca08f4-af9d-4005-b8df-a31f2cc04f65

2 years agodb-move: moved libesmtp from [community-testing] to [community] (x86_64)
foutrelis [Thu, 9 Jul 2020 17:54:42 +0000 (9 17:54 +0000)]
db-move: moved libesmtp from [community-testing] to [community] (x86_64)

git-svn-id: file:///srv/repos/svn-community/svn@662318 9fca08f4-af9d-4005-b8df-a31f2cc04f65

2 years agodb-move: moved libesmtp from [community-staging] to [community-testing] (x86_64)
foutrelis [Wed, 8 Jul 2020 09:02:53 +0000 (8 09:02 +0000)]
db-move: moved libesmtp from [community-staging] to [community-testing] (x86_64)

git-svn-id: file:///srv/repos/svn-community/svn@660991 9fca08f4-af9d-4005-b8df-a31f2cc04f65

2 years agoarchrelease: copy trunk to community-staging-x86_64
felixonmars [Tue, 7 Jul 2020 17:37:19 +0000 (7 17:37 +0000)]
archrelease: copy trunk to community-staging-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@659811 9fca08f4-af9d-4005-b8df-a31f2cc04f65

2 years agoupgpkg: libesmtp 1.0.6-7: reproducibility rebuild
felixonmars [Tue, 7 Jul 2020 17:37:09 +0000 (7 17:37 +0000)]
upgpkg: libesmtp 1.0.6-7: reproducibility rebuild

git-svn-id: file:///srv/repos/svn-community/svn@659807 9fca08f4-af9d-4005-b8df-a31f2cc04f65

2 years agohttps
arojas [Wed, 18 Sep 2019 20:47:41 +0000 (18 20:47 +0000)]
https

git-svn-id: file:///srv/repos/svn-community/svn@511098 9fca08f4-af9d-4005-b8df-a31f2cc04f65

3 years agodb-move: moved libesmtp from [community-testing] to [community] (x86_64)
foutrelis [Tue, 13 Nov 2018 15:54:02 +0000 (13 15:54 +0000)]
db-move: moved libesmtp from [community-testing] to [community] (x86_64)

git-svn-id: file:///srv/repos/svn-community/svn@406735 9fca08f4-af9d-4005-b8df-a31f2cc04f65

3 years agodb-move: moved libesmtp from [community-staging] to [community-testing] (x86_64)
foutrelis [Sat, 10 Nov 2018 22:57:42 +0000 (10 22:57 +0000)]
db-move: moved libesmtp from [community-staging] to [community-testing] (x86_64)

git-svn-id: file:///srv/repos/svn-community/svn@405931 9fca08f4-af9d-4005-b8df-a31f2cc04f65

3 years agoarchrelease: copy trunk to community-staging-x86_64
foutrelis [Fri, 9 Nov 2018 23:17:09 +0000 (9 23:17 +0000)]
archrelease: copy trunk to community-staging-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@405229 9fca08f4-af9d-4005-b8df-a31f2cc04f65

3 years agoPIE/BUILDINFO rebuild
foutrelis [Fri, 9 Nov 2018 23:17:00 +0000 (9 23:17 +0000)]
PIE/BUILDINFO rebuild

git-svn-id: file:///srv/repos/svn-community/svn@405228 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agoRemove i686 from arch=()
foutrelis [Wed, 15 Nov 2017 14:29:11 +0000 (15 14:29 +0000)]
Remove i686 from arch=()

FTR, commands used to change arch=() and then verify the changes:

$ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD*

$ grep -r i686 * | grep arch= | grep -v repos

$ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- |
  while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do
    echo "$l1 -> $l2"
  done | sort -u

git-svn-id: file:///srv/repos/svn-community/svn@266875 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agoDrop repos/*-i686
bpiotrowski [Wed, 15 Nov 2017 11:14:49 +0000 (15 11:14 +0000)]
Drop repos/*-i686

git-svn-id: file:///srv/repos/svn-community/svn@266865 9fca08f4-af9d-4005-b8df-a31f2cc04f65

5 years agodb-move: moved libesmtp from [community-testing] to [community] (i686, x86_64)
jgc [Mon, 24 Apr 2017 12:12:37 +0000 (24 12:12 +0000)]
db-move: moved libesmtp from [community-testing] to [community] (i686, x86_64)

git-svn-id: file:///srv/repos/svn-community/svn@224981 9fca08f4-af9d-4005-b8df-a31f2cc04f65

5 years agodb-move: moved libesmtp from [community-staging] to [community-testing] (i686, x86_64)
lfleischer [Sat, 25 Mar 2017 12:27:45 +0000 (25 12:27 +0000)]
db-move: moved libesmtp from [community-staging] to [community-testing] (i686, x86_64)

git-svn-id: file:///srv/repos/svn-community/svn@218809 9fca08f4-af9d-4005-b8df-a31f2cc04f65

5 years agoarchrelease: copy trunk to community-staging-i686, community-staging-x86_64
lfleischer [Sat, 25 Feb 2017 15:37:11 +0000 (25 15:37 +0000)]
archrelease: copy trunk to community-staging-i686, community-staging-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@213783 9fca08f4-af9d-4005-b8df-a31f2cc04f65

5 years agoupgpkg: libesmtp 1.0.6-5
lfleischer [Sat, 25 Feb 2017 15:37:05 +0000 (25 15:37 +0000)]
upgpkg: libesmtp 1.0.6-5

* Fix upstream sources.
* OpenSSL 1.1.0 rebuild.

git-svn-id: file:///srv/repos/svn-community/svn@213782 9fca08f4-af9d-4005-b8df-a31f2cc04f65

6 years agodb-move: moved libesmtp from [community-testing] to [community] (i686, x86_64)
pierre [Sun, 6 Mar 2016 10:41:43 +0000 (6 10:41 +0000)]
db-move: moved libesmtp from [community-testing] to [community] (i686, x86_64)

git-svn-id: file:///srv/repos/svn-community/svn@165255 9fca08f4-af9d-4005-b8df-a31f2cc04f65

6 years agodb-move: moved libesmtp from [community-staging] to [community-testing] (i686, x86_64)
pierre [Sat, 5 Mar 2016 08:44:02 +0000 (5 08:44 +0000)]
db-move: moved libesmtp from [community-staging] to [community-testing] (i686, x86_64)

git-svn-id: file:///srv/repos/svn-community/svn@165031 9fca08f4-af9d-4005-b8df-a31f2cc04f65

6 years agoarchrelease: copy trunk to community-staging-i686, community-staging-x86_64
foutrelis [Wed, 2 Mar 2016 18:35:33 +0000 (2 18:35 +0000)]
archrelease: copy trunk to community-staging-i686, community-staging-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@164222 9fca08f4-af9d-4005-b8df-a31f2cc04f65

6 years agoOpenSSL 1.0.2g rebuild
foutrelis [Wed, 2 Mar 2016 18:35:26 +0000 (2 18:35 +0000)]
OpenSSL 1.0.2g rebuild

git-svn-id: file:///srv/repos/svn-community/svn@164221 9fca08f4-af9d-4005-b8df-a31f2cc04f65

6 years agoUpdate my email address in all PKGBUILDs
lfleischer [Sun, 27 Sep 2015 13:28:10 +0000 (27 13:28 +0000)]
Update my email address in all PKGBUILDs

git-svn-id: file:///srv/repos/svn-community/svn@141697 9fca08f4-af9d-4005-b8df-a31f2cc04f65

8 years agoarchrelease: copy trunk to community-i686, community-x86_64
bpiotrowski [Fri, 3 Jan 2014 10:52:59 +0000 (3 10:52 +0000)]
archrelease: copy trunk to community-i686, community-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@103322 9fca08f4-af9d-4005-b8df-a31f2cc04f65

8 years agoupgpkg: libesmtp 1.0.6-3
bpiotrowski [Fri, 3 Jan 2014 10:52:55 +0000 (3 10:52 +0000)]
upgpkg: libesmtp 1.0.6-3

remove static libraries

git-svn-id: file:///srv/repos/svn-community/svn@103321 9fca08f4-af9d-4005-b8df-a31f2cc04f65

8 years agoremove !libtool
allan [Thu, 31 Oct 2013 01:58:40 +0000 (31 01:58 +0000)]
remove !libtool

git-svn-id: file:///srv/repos/svn-community/svn@99832 9fca08f4-af9d-4005-b8df-a31f2cc04f65

9 years agoRevert r78782: Full pkgdesc cleanup for 2339 packages
foutrelis [Thu, 25 Oct 2012 06:47:28 +0000 (25 06:47 +0000)]
Revert r78782: Full pkgdesc cleanup for 2339 packages

git-svn-id: file:///srv/repos/svn-community/svn@78820 9fca08f4-af9d-4005-b8df-a31f2cc04f65

9 years agoFull pkgdesc cleanup for 2339 packages
arodseth [Wed, 24 Oct 2012 15:17:40 +0000 (24 15:17 +0000)]
Full pkgdesc cleanup for 2339 packages

git-svn-id: file:///srv/repos/svn-community/svn@78782 9fca08f4-af9d-4005-b8df-a31f2cc04f65

10 years agoarchrelease: copy trunk to community-i686, community-x86_64
lfleischer [Fri, 4 Nov 2011 08:47:23 +0000 (4 08:47 +0000)]
archrelease: copy trunk to community-i686, community-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@57896 9fca08f4-af9d-4005-b8df-a31f2cc04f65

10 years agoupgpkg: libesmtp 1.0.6-2
lfleischer [Fri, 4 Nov 2011 08:46:52 +0000 (4 08:46 +0000)]
upgpkg: libesmtp 1.0.6-2

PKGBUILD cleanup. Rebuild to add signatures.

git-svn-id: file:///srv/repos/svn-community/svn@57895 9fca08f4-af9d-4005-b8df-a31f2cc04f65

11 years agodb-move: moved libesmtp from [community-testing] to [community] (x86_64)
loui [Wed, 29 Dec 2010 07:26:07 +0000 (29 07:26 +0000)]
db-move: moved libesmtp from [community-testing] to [community] (x86_64)

git-svn-id: file:///srv/repos/svn-community/svn@36277 9fca08f4-af9d-4005-b8df-a31f2cc04f65

11 years agodb-move: libesmtp removed by loui for move to [community] (x86_64)
loui [Wed, 29 Dec 2010 07:26:05 +0000 (29 07:26 +0000)]
db-move: libesmtp removed by loui for move to [community] (x86_64)

git-svn-id: file:///srv/repos/svn-community/svn@36276 9fca08f4-af9d-4005-b8df-a31f2cc04f65

11 years agodb-move: moved libesmtp from [community-testing] to [community] (i686)
loui [Wed, 29 Dec 2010 07:26:04 +0000 (29 07:26 +0000)]
db-move: moved libesmtp from [community-testing] to [community] (i686)

git-svn-id: file:///srv/repos/svn-community/svn@36275 9fca08f4-af9d-4005-b8df-a31f2cc04f65

11 years agodb-move: libesmtp removed by loui for move to [community] (i686)
loui [Wed, 29 Dec 2010 07:26:02 +0000 (29 07:26 +0000)]
db-move: libesmtp removed by loui for move to [community] (i686)

git-svn-id: file:///srv/repos/svn-community/svn@36274 9fca08f4-af9d-4005-b8df-a31f2cc04f65

11 years agoarchrelease: copy trunk to community-testing-x86_64
loui [Sat, 6 Nov 2010 22:33:54 +0000 (6 22:33 +0000)]
archrelease: copy trunk to community-testing-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@31860 9fca08f4-af9d-4005-b8df-a31f2cc04f65

11 years agoarchrelease: remove community-testing-x86_64
loui [Sat, 6 Nov 2010 22:33:35 +0000 (6 22:33 +0000)]
archrelease: remove community-testing-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@31859 9fca08f4-af9d-4005-b8df-a31f2cc04f65

11 years agoarchrelease: copy trunk to community-testing-i686
loui [Sat, 6 Nov 2010 22:33:24 +0000 (6 22:33 +0000)]
archrelease: copy trunk to community-testing-i686

git-svn-id: file:///srv/repos/svn-community/svn@31858 9fca08f4-af9d-4005-b8df-a31f2cc04f65

11 years agoarchrelease: copy trunk to community-testing-x86_64
loui [Wed, 3 Nov 2010 00:13:30 +0000 (3 00:13 +0000)]
archrelease: copy trunk to community-testing-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@31641 9fca08f4-af9d-4005-b8df-a31f2cc04f65

11 years agogit-svn-id: file:///srv/repos/svn-community/svn@31477 9fca08f4-af9d-4005-b8df-a31f2cc...
loui [Sun, 31 Oct 2010 23:37:55 +0000 (31 23:37 +0000)]
git-svn-id: file:///srv/repos/svn-community/svn@31477 9fca08f4-af9d-4005-b8df-a31f2cc04f65

12 years agodb-move: moved libesmtp from [community-testing] to [community] (x86_64)
andrea [Thu, 8 Apr 2010 20:50:04 +0000 (8 20:50 +0000)]
db-move: moved libesmtp from [community-testing] to [community] (x86_64)

git-svn-id: file:///srv/repos/svn-community/svn@15050 9fca08f4-af9d-4005-b8df-a31f2cc04f65

12 years agodb-move: libesmtp removed by andrea for move to community
andrea [Thu, 8 Apr 2010 20:50:02 +0000 (8 20:50 +0000)]
db-move: libesmtp removed by andrea for move to community

git-svn-id: file:///srv/repos/svn-community/svn@15049 9fca08f4-af9d-4005-b8df-a31f2cc04f65

12 years agodb-move: moved libesmtp from [community-testing] to [community] (i686)
andrea [Thu, 8 Apr 2010 20:34:33 +0000 (8 20:34 +0000)]
db-move: moved libesmtp from [community-testing] to [community] (i686)

git-svn-id: file:///srv/repos/svn-community/svn@14829 9fca08f4-af9d-4005-b8df-a31f2cc04f65

12 years agodb-move: libesmtp removed by andrea for move to community
andrea [Thu, 8 Apr 2010 20:34:31 +0000 (8 20:34 +0000)]
db-move: libesmtp removed by andrea for move to community

git-svn-id: file:///srv/repos/svn-community/svn@14828 9fca08f4-af9d-4005-b8df-a31f2cc04f65

12 years agoarchrelease: copy trunk to community-testing-x86_64
ibiru [Thu, 1 Apr 2010 18:06:49 +0000 (1 18:06 +0000)]
archrelease: copy trunk to community-testing-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@14130 9fca08f4-af9d-4005-b8df-a31f2cc04f65

12 years agoarchrelease: copy trunk to community-testing-i686
ibiru [Thu, 1 Apr 2010 18:06:21 +0000 (1 18:06 +0000)]
archrelease: copy trunk to community-testing-i686

git-svn-id: file:///srv/repos/svn-community/svn@14129 9fca08f4-af9d-4005-b8df-a31f2cc04f65

12 years agoupgpkg: libesmtp 1.0.4-5
ibiru [Thu, 1 Apr 2010 18:06:03 +0000 (1 18:06 +0000)]
upgpkg: libesmtp 1.0.4-5
rebuild openssl 1.0

git-svn-id: file:///srv/repos/svn-community/svn@14128 9fca08f4-af9d-4005-b8df-a31f2cc04f65

12 years agoneeds a rebuild (tarball without arch field)
andrea [Tue, 26 Jan 2010 10:09:54 +0000 (26 10:09 +0000)]
needs a rebuild (tarball without arch field)

git-svn-id: file:///srv/repos/svn-community/svn@9515 9fca08f4-af9d-4005-b8df-a31f2cc04f65

12 years agoupgpkg: libesmtp 1.0.4-4
andrea [Tue, 26 Jan 2010 10:04:00 +0000 (26 10:04 +0000)]
upgpkg: libesmtp 1.0.4-4
    needs a rebuild (tarball without arch field)

git-svn-id: file:///srv/repos/svn-community/svn@9514 9fca08f4-af9d-4005-b8df-a31f2cc04f65

13 years agoAdded 'Id' svn:keyword to all PKGBUILDs
aaron [Fri, 17 Jul 2009 19:56:55 +0000 (17 19:56 +0000)]
Added 'Id' svn:keyword to all PKGBUILDs

git-svn-id: file:///srv/repos/svn-community/svn@82 9fca08f4-af9d-4005-b8df-a31f2cc04f65

13 years agoInitial commit of community repo into svn
aaron [Thu, 16 Jul 2009 04:12:59 +0000 (16 04:12 +0000)]
Initial commit of community repo into svn

git-svn-id: file:///srv/repos/svn-community/svn@1 9fca08f4-af9d-4005-b8df-a31f2cc04f65