Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33865 - [EBUILD] new package: afbackup
Summary: [EBUILD] new package: afbackup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: App-Backup Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-19 14:41 UTC by Kevin Mescher
Modified: 2006-05-10 07:27 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
afbackup-client-3.3.8.ebuild (afbackup-client-3.3.8.ebuild,2.55 KB, text/plain)
2004-10-19 08:57 UTC, Andreas Kobara
Details
afbackup-server/client-3.3.8.1.ebuild rename accordingly (afbackup-server-3.3.8.1.ebuild,2.98 KB, text/plain)
2005-02-15 06:51 UTC, Andreas Kobara
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Mescher 2003-11-19 14:41:02 UTC
Want an ebuild created for the afbackup package (found on Sourceforge).  I attempted to create one myself, but was having problems on the install phase.  I'm not that familiar with creating ebuilds, so I figure that this would be easier by someone who is.
Comment 1 Troy Dack 2004-01-09 06:36:43 UTC
Care to share a little more information?

URL, what is it, whare should it go in the tree?
Comment 2 Kevin Mescher 2004-01-09 13:29:41 UTC
afbackup is a client-server backup system (similar to amanda), but it looks a little simpler to setup than amanda.  It (reportedly) handles media libraries.

URL: http://sourceforge.net/projects/afbackup/

It would probably go into app-admin, since that's where amanda is.
Comment 3 Daniel Black (RETIRED) gentoo-dev 2004-10-02 07:08:22 UTC
tad is not an active developer. 
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-10-02 12:39:23 UTC
Bouncing this back to wranglers, as I really don't have time to take on new packages. Too busy with school.
Comment 5 Andreas Kobara 2004-10-19 08:57:41 UTC
Created attachment 42173 [details]
afbackup-client-3.3.8.ebuild

Copy the same ebuild to afbackup-server-3.3.8.ebuild for installing a server.

Those two should then go to:
app-arch/afbackup-server
app-arch/afbackup-client

Regards,
Andy.
Comment 6 Daniel Black (RETIRED) gentoo-dev 2004-12-02 03:54:01 UTC
Improvements:
Editing ebuilds gets bad since portage is now does checking manifest and the soon to be signitures.

Alternative:

Get the key off an environment varable.

If no environment varable is set - create something random and store it in /etc/afbackup-key with no read permissions.

Modify ebuild to use patch level one version of code. afbackup-3.3.8pl1

If these items can be changed I'll add this in some form.
Comment 7 Daniel Black (RETIRED) gentoo-dev 2005-02-15 03:09:12 UTC
release afbackup-3.3.8.1 exists. Please fix as per comment 6.
Comment 8 Andreas Kobara 2005-02-15 06:51:32 UTC
Created attachment 51275 [details]
afbackup-server/client-3.3.8.1.ebuild rename accordingly

auth key is now autogenerated and stored in a keyfile, and/or read
from an environment variable. whichever comes first. ;-)

The same ebuild can be used to install a server or a client:
just name the ebuild:

afbackup-server-3.3.8.1.ebuild
 or
afbackup-client-3.3.8.1.ebuild

Andy, still somewhat busy.
Comment 9 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-03-13 16:54:57 UTC
dragonheart: do you want to be a member of app-backup?
Comment 10 Lisa Seelye (RETIRED) gentoo-dev 2006-05-10 07:27:30 UTC
In CVS, thanks.