[aur-general] package deletion request: aif

2009-06-11 Thread Dieter Plaetinck

http://aur.archlinux.org/packages.php?ID=21526

(this package is maintained in extra)

Thanks,
Dieter


Re: [aur-general] please detag for both architectures!

2009-06-11 Thread Ronald van Haren
On Thu, Jun 11, 2009 at 11:39 AM, Andrea Scarpino wrote:
> TUs,
> when I was reading the Architecture Differences page, I saw there was
> not some packages for i686/x86_64.
>
> The problem was the tag. someone still does not know how to remove a
> package from community? I hope not.
>
> please remember:
> cvs tag -dl CURRENT
> cvs tag -dl CURRENT-64
> cvs rm -fl
>
cvs commit

further reference:
http://wiki.archlinux.org/index.php/AUR_Trusted_User_Guidelines#Deleting_packages_from_.5Bcommunity.5D

Ronald


[aur-general] please detag for both architectures!

2009-06-11 Thread Andrea Scarpino
TUs,
when I was reading the Architecture Differences page, I saw there was
not some packages for i686/x86_64.

The problem was the tag. someone still does not know how to remove a
package from community? I hope not.

please remember:
cvs tag -dl CURRENT
cvs tag -dl CURRENT-64
cvs rm -fl

thanks

-- 
Andrea `BaSh` Scarpino
Arch Linux Developer


Re: [aur-general] Deletion Request

2009-06-11 Thread Ronald van Haren
On Thu, Jun 11, 2009 at 11:35 AM, Thorsten
Toepper wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA224
>
> Hello,
> the gajim development has switched from subversion to mercurial, so
> gajim-svn[1] has been succeeded by gajim-hg[2].
>
> [1]http://aur.archlinux.org/packages.php?ID=4047

removed, thanks.

Ronald


[aur-general] Deletion Request

2009-06-11 Thread Thorsten Toepper

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA224

Hello,
the gajim development has switched from subversion to mercurial, so
gajim-svn[1] has been succeeded by gajim-hg[2].

[1]http://aur.archlinux.org/packages.php?ID=4047
[2]http://aur.archlinux.org/packages.php?ID=27152

Kind regards
Thorsten / Atsutane
- --
Jabber: atsut...@freethoughts.de Blog: http://atsutane.freethoughts.de/
Key: 295AFBF4 FP: 39F8 80E5 0E49 A4D1 1341 E8F9 39E4 F17F 295A FBF4
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iFYEARELAAYFAkowz8MACgkQOeTxfyla+/TA2wDfbhZxnifXOyUCBONUnK9JfRPK
3BT5dY6jw2QOpwDg1QE6Yr9vJCibDzX5EuRx709H4fXXexytZSOfRw==
=8bCM
-END PGP SIGNATURE-


Re: [aur-general] mirdir pkg error

2009-06-11 Thread Baho Utot
On Thu, 2009-06-11 at 10:45 +0200, Andrea Scarpino wrote:
> On 11/06/2009, nathan owe.  wrote:
> > heh thx for the help
> 10$
> 

USD or pesos :)



Re: [aur-general] mirdir pkg error

2009-06-11 Thread nathan owe.

Andrea Scarpino wrote:

On 11/06/2009, nathan owe.  wrote:
  

heh thx for the help


10$

  

eh i am broke *gives handshake*


Re: [aur-general] mirdir pkg error

2009-06-11 Thread Andrea Scarpino
On 11/06/2009, nathan owe.  wrote:
> heh thx for the help
10$

-- 
Andrea `BaSh` Scarpino
Arch Linux Developer


Re: [aur-general] mirdir pkg error

2009-06-11 Thread nathan owe.

Andrea Scarpino wrote:

On 11/06/2009, nathan owe.  wrote:
  

i got it working by another method, u can take a look at it in aur and see



I knowyou used *my* method

  

heh thx for the help


Re: [aur-general] mirdir pkg error

2009-06-11 Thread Andrea Scarpino
On 11/06/2009, nathan owe.  wrote:
> i got it working by another method, u can take a look at it in aur and see
>
I knowyou used *my* method

-- 
Andrea `BaSh` Scarpino
Arch Linux Developer


Re: [aur-general] mirdir pkg error

2009-06-11 Thread nathan owe.

Andrea Scarpino wrote:

On 11/06/2009, Eric Bélanger  wrote:
  

for the man pages try:
 ./configure --prefix=/usr --mandir=/usr/share/man


no this does not work cause Makefile is bad write

  

i got it working by another method, u can take a look at it in aur and see


Re: [aur-general] mirdir pkg error

2009-06-11 Thread Andrea Scarpino
On 11/06/2009, Eric Bélanger  wrote:
> for the man pages try:
>  ./configure --prefix=/usr --mandir=/usr/share/man
no this does not work cause Makefile is bad write

-- 
Andrea `BaSh` Scarpino
Arch Linux Developer


Re: [aur-general] mirdir pkg error FIXED

2009-06-11 Thread nathan owe.

Eric Bélanger wrote:

On Wed, Jun 10, 2009 at 10:24 PM, nathan owe. wrote:
  

Allan McRae wrote:


nathan owe. wrote:
  

I am trying to make a pkg :


# Contributor: Nathan Owe. ndowens04 at gmail dot com
pkgname=mirdir
pkgver=2.1
pkgrel=1
pkgdesc="allows to synchronize two directory trees in a fast way."
arch=(i686)
url="http://mirdir.sf.net";
license=('GPL')
depends=()
makedepends=('make' 'fakeroot')

source=(http://downloads.sourceforge.net/sourceforge/mirdir/$pkgname-$pkgver-Unix.tar.gz)
md5sums=('56afe2aae7983176fd804c264740d6a2')

build() {
 cd "$srcdir/$pkgname-$pkgver-UNIX"

 ./configure --prefix=/usr
 make || return 1
 make DESTDIR="$pkgdir/" install
}

when i try to do makepkg -s it gives
./mkinstalldirs /usr/bin
./mkinstalldirs /usr/man/man1
/bin/install -c bin/mirdir /usr/bin
/bin/install: cannot create regular file `/usr/bin/mirdir': Permission
denied
make: *** [install] Error 1


It looks like that package does not support the DESTDIR arguement.  You
will need to look at the makefile to see what it does do...

Allan




  

well i got it to get past the error, now i just need to get it to install
the man pages to /usr/share/man but i do mandir=${pkgdir}/usr/share/man
after the make command and it still dont want to install in the correct dir




for the man pages try:
 ./configure --prefix=/usr --mandir=/usr/share/man
  

it is fixed and now in AUR :-)


Re: [aur-general] mirdir pkg error

2009-06-11 Thread Eric Bélanger
On Wed, Jun 10, 2009 at 10:24 PM, nathan owe. wrote:
> Allan McRae wrote:
>>
>> nathan owe. wrote:
>>>
>>> I am trying to make a pkg :
>>>
>>>
>>> # Contributor: Nathan Owe. ndowens04 at gmail dot com
>>> pkgname=mirdir
>>> pkgver=2.1
>>> pkgrel=1
>>> pkgdesc="allows to synchronize two directory trees in a fast way."
>>> arch=(i686)
>>> url="http://mirdir.sf.net";
>>> license=('GPL')
>>> depends=()
>>> makedepends=('make' 'fakeroot')
>>>
>>> source=(http://downloads.sourceforge.net/sourceforge/mirdir/$pkgname-$pkgver-Unix.tar.gz)
>>> md5sums=('56afe2aae7983176fd804c264740d6a2')
>>>
>>> build() {
>>>  cd "$srcdir/$pkgname-$pkgver-UNIX"
>>>
>>>  ./configure --prefix=/usr
>>>  make || return 1
>>>  make DESTDIR="$pkgdir/" install
>>> }
>>>
>>> when i try to do makepkg -s it gives
>>> ./mkinstalldirs /usr/bin
>>> ./mkinstalldirs /usr/man/man1
>>> /bin/install -c bin/mirdir /usr/bin
>>> /bin/install: cannot create regular file `/usr/bin/mirdir': Permission
>>> denied
>>> make: *** [install] Error 1
>>
>> It looks like that package does not support the DESTDIR arguement.  You
>> will need to look at the makefile to see what it does do...
>>
>> Allan
>>
>>
>>
>>
> well i got it to get past the error, now i just need to get it to install
> the man pages to /usr/share/man but i do mandir=${pkgdir}/usr/share/man
> after the make command and it still dont want to install in the correct dir
>

for the man pages try:
 ./configure --prefix=/usr --mandir=/usr/share/man


Re: [aur-general] packages free for adoption

2009-06-11 Thread Andrea Scarpino
On 28/05/2009, Andrea Scarpino  wrote:
> - dsss
> - eterm (libast)
> - gpg-crypter
> - dvd-slideshow (toolame)
> - ulmeditor (interlis-compiler)
> - kdvdauthorwizard
> - mercury
> - partimage
> - pmtools
> - pykde
> - shorewall (shorewall-perl, shorewall6)
> - superswitcher
> - teagtk
> - tmsnc
> - vuze
> - wlassistant
Up.

Maybe are you Chris interested on dsss also?

-- 
Andrea `BaSh` Scarpino
Arch Linux Developer


Re: [aur-general] Deletion request

2009-06-11 Thread Ronald van Haren
On Thu, Jun 11, 2009 at 9:29 AM, Artyom Smirnov wrote:
> Hi,
>
> please delete this [1], this is version bump of [2].
>
> Thanks.
>
> [1] http://aur.archlinux.org/packages.php?ID=21795
> [2] http://www.archlinux.org/packages/?q=libv4l
>
> --
> Artyom
>

done, thanks

ronald


[aur-general] Deletion request

2009-06-11 Thread Artyom Smirnov
Hi,

please delete this [1], this is version bump of [2].

Thanks.

[1] http://aur.archlinux.org/packages.php?ID=21795
[2] http://www.archlinux.org/packages/?q=libv4l

-- 
Artyom


Re: [aur-general] doc dir

2009-06-11 Thread Ronald van Haren
On Thu, Jun 11, 2009 at 1:47 AM, Smartboy wrote:
> On Wed, Jun 10, 2009 at 4:38 PM, nathan owe.  wrote:
>
>> nathan owe. wrote:
>>
>>> nathan owe. wrote:
>>>
 nathan owe. wrote:

> i used namcap and it is saying the package uses a non standard dir
> /usr/doc. this is probably wrong but i know how to make it tell where the
> mandir is, so i tried docdir={$pkgname}/usr/share/doc
>
> how can i fix this
>
> thanks
>
 nm i think i found my mistake maybe

>>> nope still wants to install the docs to a non standard dir. and  i seen
>>> the mandir={$pkgdir} instead of pkgname
>>>
>> so how do i tell it where to install the docs at
>>
>
> You can always move the docs manually if all else fails. Just use install to
> move it. Not very clean, but it works for the time being.
>
> Smartboy
>

what is the name of the package, we need to know what install method
it uses to know how to change the doc dir.


Ronald


Re: [aur-general] Missing Packages

2009-06-11 Thread Andrea Scarpino
should be fixed now

On 11/06/2009, nathan owe.  wrote:
> Allan McRae wrote:
>> nathan owe. wrote:
>>> Allan McRae wrote:
 nathan owe. wrote:
> aur-not...@archlinux.org wrote:
>> Missing i686 Packages:
>> No new package supplied for libev 3.60-1!
>>
>> --
>> This is an automated message. If you wish to stop receiving it twice
>> a day, fix the package(s).
>>
>> what pkg is missing?

 This is a warning for Trusted Users that a package committed to
 community CVS is not found in the repos.  The name of the package is
 given quite clearly in the warning

>>> um i am not in the trusted user list and can't upload to community
>>
>> Then leave it to a Trusted User to fix...
>>
>> Allan
>>
>>
>>
> sorry, i thought the message was directed at me for some reason
>


-- 
Andrea `BaSh` Scarpino
Arch Linux Developer